StyleSheet

@import 'reset.css';


* {
	margin:0;
	padding:0;
	list-style:none;
}

html {height: 100%; margin-bottom: 1px; background:#000;}
p {
	margin-left: 78px;
	width: 325px;
	color: #faf7dd;
	font-size:10pt;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

.clear
{
	clear:both;
}

.floatLeft
{
	float:left;
}

#leftSide
{
	width: 512px;
	height: 450px;
	background:#141414;
}

#rightSide
{
	width: 512px;
	height: 450px;
	background:#141414;
}

#wrapper
{
	width: 1024px;
	height:450px;
	margin-left:auto; margin-right:auto;
/*	background:url(../images/bg-repeat.jpg) repeat-x;*/
	
}


a, a:active {color:#CCC;}
a:hover {color:#d3e02e;}
img {border:0px;}


#footerads{width:990px; margin-top:24px; margin-bottom:12px; margin-left:auto; margin-right:auto; padding-left:30px;}
.footerads_item{margin-right:20px; margin-bottom:20px; float:left;}
.footerads_item2{margin-left:auto; margin-right:auto;}