@charset "utf-8";
body {
	background: #000;
	margin: 0px;
	padding: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#left {
	float: left;
	width: 435px;
}
#right {
	float: right;
	width: 265px;
	font-size: 11px;
}
#wars {
	width: 220px;
	margin: 58px 0px 0px 30px;
	position: absolute;
}
#news {
	width: 220px;
	position: absolute;
	margin: 200px 0px 0px 30px;
	font-weight: normal;
}
#wrapper {
	background: url(images/main_body_y.jpg) repeat-y;
	margin: auto;
	width: 709px;
}
#head {
	height: 90px;
}
#wrapper2 {
	background: url(images/main_body.jpg) no-repeat top;
	width: 709px;
	min-height: 450px;
}
#container {
	width: 350px;
	margin-left: 70px;
	margin-top: 90px;
}
p {
	margin: 0px;
	padding: 0px 0px 10px;
}
#nav {
	list-style: none;
	padding: 0px;
	position: absolute;
	width: 400px;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
}
#nav li {
	display: inline;
	padding: 0px 2px;
}
#nav li a {
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	display: inline;
	font: 11px Arial;
	text-decoration: none;
}
.clear {
	clear: both;
}
#sponsors {
	padding: 10px 10px 10px 70px;
	float:left;
}

.login {
background-image:url(images/login_back.gif);
background-repeat:no-repeat;
height:125px;
width:240px;
}