body {
	background: url(../images/bg.jpg) #003300;
	color: #99CC66;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	position: absolute;
	width: 722px;
	height: 480px;
	left:50%;
	top:47%;
	margin-left: -361px;
	margin-top: -240px; 
} 
#wrapper {border: 1px solid #99CC66;}

/* TOP NAVIGATION */
#topNav {width: 720px; height: 16px; background: #99CC66; color: #003300; padding-top: 3px;	text-align: center;}
#topNav a {color: #003300; text-transform: uppercase; text-decoration: none; font-weight: bold; letter-spacing: 0.05em;}
#topNav a:hover {color: #FFF;}

/* FOOTER */
#footer {width: 720px; height: 15px; color: #fff; padding-top: 3px;	text-align: center;}
