html,body {
	height:						100%;
	
}

body {
	font-weight:				bold;
	font-family:				arial;
	background-color:			#999999;
}

#content      
	{
	text-align: 				center;
	margin-top:					-305px;
	margin-left:				-455px;
	position:					absolute;
	top:						50%;
	left:						50%;
	width:						910px;
	height:						610px;
}

a:link
	{
	color: 						white;
	text-decoration:			none;
	
}

a:hover 
	{
	text-decoration: 			underline;
	
}

a:visited 
	{
	color: 						white;
	text-decoration:			none;
	
}

#footer      
	{
	text-align: 				right;
	margin-top:					-13px;
	margin-left:				250px;
	position:					absolute;
	left:						50%;
	width:						225px;
	height:						50px;
}