body {
	position: 0 auto;
	margin: 8px 0 50px 0;
	text-align: center;
	background: #2A542A;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: light;
	
	}

a:link, a:visited, a:active { color:#AAA; }
a:hover { color:#D44; }
	
#content {
background: url(images/background1.jpg) no-repeat;
background-position: top center;
border:2px solid #630001;
text-align:center;
margin:0 auto;
width:800px;
height: 600px;
}


#name {
position: relative;
left: 69px;
top: 8px;
}
 

#nav {
position: relative;
left: center;

}


#footer { clear:both; font-size:10px; }


a.return {
	float:right;
	margin:5px 91px 0 0;
	text-decoration:none;
	outline:none;
	font:bold 14px eurostile, tahoma, arial;
	font-weight:700;
	line-height:19px;
	color:#EEE;
	clear:both;
	}
	
a.return:hover { color:#dbb; }
