body{
 font-family:		Arial, Verdana, sans-serif;
 font-size:			8pt;
}

#main{
 width:				780px;
 height:			570px;
 position:			absolute;
 top:				50%;
 margin-top:		-285px;
 left:				50%;
 margin-left:		-390px;
}

#content{
 position:			absolute;
 width:				780px;
 height:			550px;
}

#menu{
 position:			absolute;
 top:				550px;
 height:			15px;
 width:				100%;
 padding:			5px;
 background-color:	#333333;
 color:				white;
}

#menu a{
 color:				white;
 text-decoration:	none;
}

#menu a:hover{
 color:				white;
 text-decoration:	underline;
}

h1{
 color:				#333333;
 font-size:			16pt;
 margin-top:		0px;
 margin-bottom:		10px;
}
