html
{
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
}

body 
{
	height:100%;
	width:100%;
	font-size:.8em;
	background:transparent url(../images/orange-world.jpg) no-repeat scroll center top;
	font-family:Verdana;
	color:#dddddd; 
}
.mainOuterDiv
{
	text-align:center;
	width:800px;
	margin:auto;
}
#menu li a,#menu li a:link { float:left; background-color:#3c3c3c; margin-right:5px; padding:7px; color:#FFFFFF; text-decoration:none; width:6em; text-align:center;} 
#menu li a:visited { }
#menu li a:hover { background-color:#327cc8 }
#menu li a:active { background-color:#FFF;color:#000; }
