body {
	background: #d3caaa url(/images/page.gif) repeat-x top;
	margin: 20px;
	font-size: 90%;
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#round {
	background: #fff url(/images/content.gif) repeat-y top;
	width: 776px;
	margin: auto;
	margin-bottom: 50px;
	position: relative;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
}
#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
#page {
	clear: both;
	margin: 0;
	padding: 10px 30px;
}
a {
	color: #D90D19;
}

a:hover {
	color: #800000;
}
