@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0px;
	font-family:"Helvetica",Arial,sans-serif;
	font-size:0.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-variant:normal;
	font-weight:normal;
	color: #FFFFFF;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}

.site {
	width:100%;
	height:100%;
	margin-right:0px;
}

.conteudo {
	width:1000px;
	height:600px;
	margin:auto;
}