html{
	height:100%;	
}

body{
	height:100%;	
	width:100%;
	margin:0px;
	background-color:#000;
}

#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#corpo{
	text-align:center;
	width:940px;
	padding-bottom:30px;
	position:absolute;
	left:50%;
	margin-left:-475px;
	background-image:url('../layout/fundocorpo.jpg');
}

#conteudo{
	width:900px;
	height:549px;
	padding:20px;
	background-image:url('../layout/inicialimagem.jpg');
	background-repeat:no-repeat;
	margin-top:30px;
}

#conteudo2{
	width:900px;
	padding:20px;
	margin-top:30px;
}

#menu{
	text-align:center;
	width:940px;
	height:40px;
}

#dados{
	text-align:center;
	width:940px;
	background-image:url('../layout/fundodados.jpg');
	float:right;
	margin-top:20px;
}

#rodape{
	text-align:center;
	width:100%;
	float:right;
}

#titulopag{
	width:900px;
	height:50px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	margin-top:20px;
	margin-bottom:30px;
	border-bottom:2px dotted #ccc;
}

#caixa{
	width:600px;
	border:2px dotted #fff;
	margin-top:20px;
	float:left;
	text-align:left;
	background-color:#f78d69;
	padding:5px;
}


#produtos{
	width:200px;
	height:200px;
	padding:10px;
	text-align:center;
	float:left;
}
