@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	font-size: 12px;
	color: #999;
}
a {
	color: #F00;
	font-weight: bold;
}
a:hover {
	color: #FFF;
}
div#horizon {
	background-color: #000000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
}

div#content    
	{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	position: absolute;
	top: -325px;
	left: 0%;
	width: 100%;
	height: 650px;
	visibility: visible;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-image: url(main.jpg);
}
div#container {
	margin-top: 230px;
	height: 16px;
}
div#nested {
	width: 859px;
	margin: 0 auto;
}
div#downloadL a{
	float: left;
	height: 16px;
	width: 175px;
	background-image: url(dl_left.jpg);
	background-position: 175px 0px;
	background-repeat: no-repeat;
	margin-left: 184px;
}

div#downloadL a:hover {
	background-position: 0px 0px;
}
div#downloadR a{
	float: left;
	height: 16px;
	margin-left: 262px;
	width: 175px;
	background-image: url(dl_right.jpg);
	background-position: 175px 0px;
	background-repeat: no-repeat;
}
div#downloadR a:hover {
	background-position: 0px 0px;
}
.clearBot {
	clear: both;
}
div#acrobat {
	padding-top: 270px;
}