html,body {
	height:						100%;
	
}

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

#content      
	{
	text-align: 				center;
	margin-left:				-425px;
	position:					absolute;
	top:						50px;
	left:						50%;
	width:						850px;
}

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

a:hover 
	{
	text-decoration: 			underline;
	
}

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

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