@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */


html {
	height:101%; /*----------------prevent scrollbar jumping in firefox*/
	}
	
* {
	margin:0;
	padding:0;
	}

body { background-color:#FFF;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:100.01%; /*---------prevent extreme font resizing in IE */
	color:#666;
	overflow-x: hidden; 
	} 

	
#wrapper{ width:900px; margin:auto; text-align:left;  
	}
	
#splash{ width:900px; height:599px; margin-top:28px;  
	}