/*
	Hecho por Misha Vovchak
	10/04/2010
	Para Atosian.com
*/
body
{
	background: #000 url(../images/body_bg.jpg);
	font-family: Georgia, "Times New Roman", serif;

}

.clearfix
{
	clear: both;

}

a:link, a:visited  {
	color: #dfdfdf;
}

a:hover {
	color: #fff;
}

#page
{
	margin: 0 auto;
	width: 1055px;
	background: #000 url(../images/background.jpg) no-repeat;
	height: 1000px;
	min-height:100px;

}

#container
{
	margin: 0 auto;
	width: 960px;

}

#leftcol
{
	width: 600px;
	float: left;

}

#header
{
	background: transparent;

}

#header #logo
{
	padding: 10px;
	float: left;

}

#header #menu
{
	float: right;
	position: relative;
	top: 68px;
	right: 36px;

}

#news
{
	width: 572px;
	height: 586px;
	background: url(../images/bg_news.png);
	margin-top: 50px;
	color: #FFF;

}

#news .content
{
	padding: 44px 60px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-break: normal;
	line-height: 1.3;
	color: #E6E0E0;

}

#news .content p
{
	margin-bottom: 40px;

}

#news .date
{
	margin-bottom: 8px;

}

#news .date span
{
	background-color: #606060;
	padding: 4px;

}

#rightcol
{
	width: 360px;
	float: right;
	height: 500px;
	position: relative;
	top: 100px;

}

#rightcol .games
{
	text-align: center;

}

#rightcol .games .game
{
	margin-bottom: 63px;

}

#rightcol .games .game .status
{
	color: #A4A1A1;
	margin-top: 20px;
	text-align: right;
	width: 288px;
}

#rightcol .games .game .status span
{
	padding: 4px;
	font-size: 9.1pt;

}

#rightcol .games .game .online
{
	background-color: #0A0943;

}

#rightcol .games .game .offline
{
	background-color: #3B0113;

}


