body
{
	background-color: #D4A7F7;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #58728D;
	text-align: center;
	background-image: url(/images/SiteTemplate/BackgroundGradient.jpg);
	background-repeat: repeat-x;
}

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

#content
{
	width: 900px;
	height: 671px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: -335px;
	visibility: visible;
	border: 0px solid green;
}

#background
{
	width: 900px;
	height: 671px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px solid blue;
	z-index: 1;
	background-image: url(/images/SiteTemplate/ContentBackground.jpg);
	background-position: 0px 173px;
	background-repeat: no-repeat;
}

#TopBar
{
	width: 900px;
	height: 173px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px solid blue;
}

