/* CSS Document */
body{font-family:Arial, Helvetica, sans-serif; font-size:16px;
	 background:#000000;}
a:link{font-size:16px; color:#FFFFFF;}, a:visited{font-size:16px; text-decoration:none; color:#FFFF99}
a:hover{color:#CCCCCC;}

#container{ width:1000px;
			height:auto;
			background:#000000;
			margin:0px auto;
			}
			
#mainbody{
width:1000px;
height:600px;
margin:0px auto;
}

#foot{
width:800px;
height:100px;
margin:0px auto;
text-align:center;
color:#FFFFFF;

}

