@charset "utf-8";

.body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #333333;
	font-style: normal;
	text-transform: lowercase;
	word-spacing: 2px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


#divhorizon {
	overflow: visible;
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
}

#divcentered {
	height: 320px;
	width: 800px;
	left: 50%;
	color: #333333;
	visibility: visible;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	margin-top: -150px;
	margin-left: -400px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

