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

body{
	font-family: arial,san-serif;
	background: #bc4239 url(../images/bg.gif) repeat-x top;
	margin:0px;
	padding:0px;
	overflow-y:scroll;
	*overflow-y:none;
}


.all{
	width: 836px;
	margin:0 auto;
	text-align:center;
	min-height:100%; /* Para browser modernos */
	height:auto !important; /* Para browser modernos */
	height:100%; /* Para o IE6 */
	
}

.conteudo{
		width:836px;
		height:574px;
}

.footer{
	width:100%;
	height:50px;
	color:#FFF;
	font-size:10px;
	padding-top:10px;
}
