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