body
{
	margin:0px auto;
	background-color:#bad8da;
}
/*------------------------------------------------------------*/

.wraper{
	width:980px;
	height:auto;
	text-align:center;
	margin-top: -5px;
	padding-top: 5px;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	/*float:left;*/
}

/*------------------------------------------------------------*/

.header{
	width:950px;
	margin:5px auto;
	text-align:center;
	background-color:#FFFFFF;
}
.content{
	width:950px;
	height:auto;
	margin:0px auto;
	background-color:#FFFFFF;
}
.footer{
	width:950px;
	height:auto;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
}
