body{background:#000;}
#contenair{
	width:905px;
	height:605px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}
#top{
	background:  url(../images/top.png) no-repeat;
	width:905px;
	height:27px;
}
#left{
	background:url(../images/left.png) no-repeat;
	width:27px;
	height:578px;
	float:left;
 	display:inline;
}
#bode{
	width:850px;
	height:578px;
	float:left;
	display:inline;
}
#flash{
	background:#FFF;
	width:850px;
	height:550px;
}
#footer{
	background:url(../images/buttom.png) no-repeat;
	width:850px;
	height:28px;
}
#right{
	background:url(../images/right.png) no-repeat;
	width:28px;
	height:578px;
	float:right;
	display:inline;
}


