/* Page
----------------------------------------------- */



	html, body {
		height:100%;
		
		}

	body  {
		background-color:#333969;
		background-image:url(/img/background.gif);
		background-repeat:repeat-x;
		color:#000000;
		line-height:18px;
		/*font:100.01%/1.4 arial;	*/
		}

#siteWrapper{
	height:100%;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:25.38em;
		/*width:47.81em;*/
		width: 765px;
		clear:left;
		background-color:#FFFFFF;		
		}
		
#siteWrapper #top{
position:absolute;
top:50px;
}		

#siteWrapper #bottom{
position:absolute;
top:380px;
left:100px;
}	

#siteWrapper #skip{
position:absolute;
top:380px;
}

#siteWrapper #skip a{
color: #999999;
text-decoration:none;
}	

#siteWrapper #skip a:hover{
text-decoration:underline;
}	
		
#siteWrapper #content{
border:solid 1px #000033;
width:610px;
margin-left: 77px;
}



