body, html {

	position: relative;

	text-align: center;

	width: 100%;

	height: 101%;
	padding-top:0px;
	font: normal 100.01% Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#fff url(../img/elem/bg.png) repeat-x;
	/*background:#4a8d96;*/
	line-height:18px;
	behavior: url('fileadmin/js/csshover3.htc'); 
}

#page-wrapper {
	margin: 0 auto;
	width:964px;
	position: relative;
	
	text-align: left;
	height: auto;
	background: transparent;
}
#top {
background:url(../img/elem/content_top_964x16.png) no-repeat;
	height: 16px;
display:none;
}
#content-wrapper {
	
	/*width: 100%;*/
	background: #fff;
	padding:10px;
	/*fix IE bug min-height*/
	/*height:auto !important;
	height:500px;
	min-height: 500px;

	background: #FFFFFF;*/

	clear: both;

}
#logo{
	background:#fff url(../img/elem/logo.gif) no-repeat 634px 24px;
	height:150px;
}
#middle {
	padding:0;
	/*float:left;*/
	/*width:600px;*/
	/*z-index: 2;*/
	/*background: #FFFFFF url(../img/elem/contenttop.png) no-repeat;*/
	/*border-right:1px solid #AEAEAE;*/
	/*fix IE bug min-height*/
	height:auto !important;
	height:500px;
	min-height: 500px;
	/*border:1px solid #FF0000;*/
}
#middle-content {
	/*width:500px;*/
}
#right{
	float: right;
	width: 280px;
}

#content-foot{
	width:964px;
	height:14px;
	background:transparent url(../img/elem/contentfoot_b964.png) no-repeat;
}

#footer {
	
	width: 964px;
	

}
.cleaner {
	/*border:1px solid #FF0000;*/
	clear:both;


}


