body{
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: #000 url(images/ovaloffice.jpg) no-repeat;
	text-align: center;
	margin: 0;
}
body>#container{
	margin-top: -20px;
}

/* General links */
a:link,a:visited{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #B74213;
}