@charset "utf-8";
/* CSS Document */

 
html {
overflow-y:scroll;
}

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin: 0;
}

td,p,body {
font-family:Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
}

a:link, a:visited, a:active { color:#d61414; text-decoration: none;}
a:hover { color: #dedddd; text-decoration: underline;}

a:link img, a:visited img { border:0px }
a:focus img, a:hover img, a:active img { border:0px}

.spacer { clear:both; }
.clear { clear: both; }


text{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF; 
font-size: 12px;
}
	
	
#main {
position: relative;
width: 936px;
background-color: #2c2c2d;
margin: 0 auto;
}

.title {
position: absolute;
top:  13px;
left: 28px;
}


#content{
position: relative;
width: 936px;
height: 636px;
background-image: url(images/content_bg_outter.jpg);
background-repeat: no-repeat;
margin: 0 auto;
}

#footer {
position: relative;
width: 936px;
padding: 25px 0 25px 0;
margin: 0;
margin-top: 20px;
text-align: center;
}





div#content_wrapper{
width: 857px; 
float:left;
margin-top: 80px;
margin-left: 33px;
margin-right: 33px;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}
div#content_col1{
width:100%; 
float:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF; 
font-size: 12px;
padding: 5px;
border: solid #494949 1px;
background-color:#1f1f1f;
}
div#content_col2{
width:0%;
float:right;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF; 
font-size: 12px;
padding: 5px;
border: solid #494949 1px;
background-color:#1f1f1f;
}



#ad{

	padding-top: 10px;
}