body{
	background: #001A33;
	width:100%;
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
}
div#wrapper {
	margin:0 auto;
	width:100%;
	display:table;
	height:1024px;
	background: url(../images/background.jpg) repeat-x ;
}
div#body {
	margin:0 auto;
	width:987px;
	display:table;
}
div#header{
	margin:0 auto;
}
div#menu{
	
}
div#content{
	min-height:550px;
	height:auto !important;
	height:550px;
	display:block;
}
.topic{
	margin-bottom:15px;
}
div#left,div#center,div#right{
	display:block;
	float:left;
	min-height:550px;
	height:auto !important;
	height:550px;
	width:325px;
}
div#counter{
	background : url(../images/counter_label.jpg) no-repeat 750px top ;
	height:30px;
	line-height:30px;
	text-align:right;
	width:100%;
}
div#inner{
	margin:0 auto;
	padding-top:120px;
	width:986px;
    background: url(../images/sponser.jpg) no-repeat bottom left;
}
div#footer{
	height:165px;
	width:100%;
	background:#ffffff;
	text-align:center;
}

