/* General Styles
=================================*/

a:hover {
	color: #B37D00;
	text-decoration: underline;
}
a:link {
	color: #B37D00;
	text-decoration: none;
}
a:visited {
	color: #B37D00;
	text-decoration: none;
}
a:active {
	color: #B37D00;
	text-decoration: none;
}
body {
	background: url(/images/bg.gif) repeat center;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Layout
=================================*/

#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	margin-left: -405px;
	position: absolute;
	top: -241px;
	left: 50%;
	width: 810px;
	height: 482px;
	visibility: visible
	}
