body 
		{
			margin: 0px;
			overflow: hidden;
			background: #000;
		}
		
img	{
			-ms-interpolation-mode:nearest-neighbor; 
			image-rendering: -moz-crisp-edges; 
			-ms-interpolation-mode:bicubic; 
			image-rendering: optimizeQuality;
		}
#introArea
		{
			width:100%;
			height: 100%;
			position: fixed;
			z-index:1;
			left: 0px;
			top: 0px;
		}
#introArea #scene1
		{
			width:790px;
			height: 582px;
			position: absolute;
			z-index:1;
			left: 0px;
			top: 0px;
		}

#introArea #scene1 .logoImg
		{
			position:absolute;
			bottom:0; 
			right:10px;
		}

#introArea #scene2
		{
			width: 780px;
			height: 520px;
			position: absolute;
			z-index: 1;
		}
#introArea #scene2 img.intro2Img
		{
			position: absolute;
		}

#footerArea
		{
			position: absolute;
			z-index: 2;
			width: 193px;
			width: 66px;
		}
#footerArea .interactiveImg
		{
			margin-left:58px;
		}
#bgArea
		{
			position: fixed;
			width:100%;
			height: 100%;
			left: 0px;
			top:0px;
			background-color: #dddbd9;
			background: url(../../../images/intro/intro_bg.jpg) center repeat;
			z-index:0;
		}
