@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#DDD;
	padding:0px
}
#total{
	position:relative;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	z-index:1

}
#meio{
	position:relative;
	text-align:left;
	width:800px;
	height:600px;
	margin:0 auto;

}