html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff url(/img/bg_home.gif) top center;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

#content {
    width: 800px;
	height:550px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 auto auto -400px;
	text-align:left
}

#content a:link {
	color: #546559;
	text-decoration: none;
}

#content a:visited {
	color: #546559;
	text-decoration: none;
}

#content a:hover {
	color: #8c5428;
	text-decoration: none;
}
