@import "reset.css";

/* ===========================================================*/
/* Body Styles */
/* ===========================================================*/

html, body{
	height: 100%;   
}

body{
	font-size:62.5%;
	line-height:1.6em;
	margin:0;
	padding:0;
	background:url(../images/global/body-bkgd.gif) repeat-x #1a6689;
	text-align: center;
}


 div#shim {
     visibility: hidden;
     width: 100%;
     height: 50%;                                                                
     margin-top: -300px;                                         
     float: left;
 }
			
			
#wrapper{
	text-align: left;
	margin:0 auto;
	width:800px;
	height:600px;
	clear:both;
}





