body.surface {
	background: #222;
	overflow: hidden;
	width: 100%;
	font: 10pt tahoma;
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
}
#aero-surface{
	margin:auto;
	height: 363px;
	width: 1280px;
	position: absolute;
	overflow: hidden;	
}
.aero-width {
	width: 1280px;	
}
#aero-surface .top {
	height: 47px;
	float: left;
	background: url("../images/layout/topLoginBg.gif") no-repeat 300px bottom;	
}
#aero-surface .bottom {
	height: 57px;
	float: left;
	background: url("../images/layout/bottomLoginBg.gif") no-repeat 300px top;
}
#aero-surface .body .left {
	background: #ccc url("../images/layout/leftLoginBg.jpg");
	width: 300px;
	height: 263px;
	float: left;	
}	
#aero-surface .body .center {
	background: #ccc url("../images/layout/loginBg.jpg");
	width: 610px;
	height: 163px;
	float: left;
	padding: 50px 0px 50px 75px;
}
#aero-surface .body .right{
	background: #ccc url("../images/layout/rightLoginBg.jpg");
	width: 295px;
	height: 263px;
	float: left;
}

