body {
	background:#2C416E url('bg.jpg') repeat-x;
	margin:0px;
	font-family:"Lucida Sans Unicode","Trebuchet MS",Helvetica,Sans-Serif;
	font-size:12px;
	color:#FFF;
}
a {
	color:#ffdc99;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
h1{
	font-size: 30px;
	}
/********************************************************************************* CONTAINER */
#container {
	display:block;
	margin:0 auto;
	width:811px;
	height:537px;
	z-index:1;
	position:relative;
}
/********************************************************************************* TOP NAV */
#topLogo {
	position:absolute;
	width:294px;
	height:59px;
	background-image:url(logo.gif);
	top:27px;
	left:265px;
	z-index:999;
}
/********************************************************************************* INTRO BOX */
#introBox{
	position:absolute;
	width:811px;
	height:424px;
	top:113px;
	z-index:888;
}
