@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-position: center top;
	background-color:#000;
	font-family: Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size: 13px;
}
.hidden {
	display: none;
}
.clear {
	clear:both;
}
img, a {
	border: none;
	outline: none;
}
a {
	color:#FFF;
}
#bg_main {
	height: 1080px;
	width: 1920px;
	position: fixed;
	left: 50%;
	top: 0px;
	margin-left: -960px;
}
#box_dots {
	background-image: url(../imgs/main/bg_dot.png);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#box_center {
	position: absolute;
	left: 50%;
	top: 0px;
}
#box_main {
	position: absolute;
	width:898px;
	left: -451px;
	top: 0px;
	background-image:url(../imgs/main/bg_content.png);
	margin-bottom:50px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 60px;
}

#box_splash {
	text-align: center;
}
#box_foot {
	background-image: url(../imgs/main/bg_foot.png);
	width: 902px;
	position: absolute;
	bottom: -100px;
	height: 100px;
	left: 0px;
	background-repeat: no-repeat;
}
#box_foot #img_conquerors{
	position: absolute;
	right: 24px;
	top: -33px;
}
#box_foot_links {
	position: absolute;
	left: 20px;
	bottom: 118px;
}
#box_foot_links, #box_foot_links a {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;	
}
.rounded .box_beg {
	height: 10px;
	background-position: center top;
}
.rounded .box_mid {
	background-position: left top;
}
.rounded .box_end {
	height: 10px;
	background-position: right top;
}
.btn_plus {
	cursor:pointer;
	position:absolute;
	top:-17px;
	right:19px;
	width:26px;
	height:17px;
	background-image:url(../imgs/bits/btn_plus.png);
}
.btn_plus:hover {
	background-position:bottom right;
}
#disclaimer{
	position:absolute;
	top:-30px;
	left:0px;
	text-align:center;
	width:900px;
	font-size:9px;
}
