body
{
	font-family:Arial,sans-serif;
	font-size:90%;
	height:auto;
		background:url(../images/bgcenter.png) no-repeat top center;
	width:100%;
	height:100%;
	padding:20px 0 0;
}
* 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;	
}
/*for div-s with floating elements*/
.clear_cont:after, .cc:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both !important;
	visibility: hidden;
}
.clear_cont, .cc
{
	min-height: 1px;
}
* html .clear_cont, * html .cc
{
	height: 1px;
}
/*--------------------*/
img
{
	border:none;
}
/*				site content
-----------------------------------------*/
.site_bg
{
	width:900px;
	height:100%;
	padding:20px;
	margin:0 auto;
}