@charset "utf-8";
/* CSS Document */

    html{
	height:100%;
	}
	body {
	height:100%;
	padding: 0;
	margin: 0;
	background-image: url(../images/Background1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
		}
	
		img#expando { 
			position: absolute; 
			display: none; 
			z-index: 1; 
			-ms-interpolation-mode: bicubic; 
		} 

		.wide img#expando, 
		.tall img#expando { 
			display: block; 
		} 

		.wide img#expando { 
			width: 100%; 
			height: auto; 
		} 

		.tall img#expando { 
			width: auto; 
			height: 100%; 
		}
	
		.ie6fixed {
			position: absolute;
			top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
		}