html,body{height:100%}
body{
	padding:0;
	margin:0;
	min-width:960px;
	color:#000;
	background: #c0c0c0;
}
#outer{
	height:100%;
	min-height:100%;
	width:960px;
	margin:auto;
	position:relative;
	background: #ffffff;
	
}
html>body #outer{height:auto;}
#innerwrap{
	float:left;
	width:660px;
	margin:353px 0 32px 0;
}
#header{
	position:absolute;
	top:0;
	width:960px;
	height:352px;
	overflow:hidden;
	z-index:100;
	background: #c0c0c0;
}
#left{
	position:relative;
	width:0px;
	float:left;
}
#right{
	position:relative;
	width:300px;
	float:right;
	margin:353px 0 32px 0;
	padding: 80px 0 0 0;
}
#footer{
	width:960px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	position:absolute;
	background: #c0c0c0;
}
#center{
	width:570px;
	float:right;
	padding: 45px 45px 0 45px;
}
#clearfooter {
clear:both;
height:52px;
width:100%;
}