body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,ul,li {
    margin:0;
    padding:0;
}
a {
	text-decoration:none;
}
img{
	border:0;
}
html,body {
	overflow-x:hidden;
}
body {
	text-align:center;
	background:#E67817;
}
h1 {
	font:18px Verdana,"Trebuchet MS", sans-serif;
	color:#3f1906;
}
div.centraliza {
	width:100%;
	background:#FBB47E url('../imgs/bg-body.jpg') repeat-x;
}
	div.centraliza div.corpo {
		position:relative;
		margin:0 auto;
		padding-top:10px;
		text-align:left;
		width:960px;
	}
	div.centraliza div.corpo div.carrinho {
		position:absolute;
		width:80px;
		top:-340px;
		right:15px;
		text-align:center;
	}
		div.centraliza div.corpo div.carrinho a {
			display:block;
			width:80px;
			font:12px Verdana,"Trebuchet MS", sans-serif;
			font-weight:bold;
			color:#fff;
			text-align:center;
		}
div.footer {
	width:100%;
	position:relative;
	height:106px;
}
	div.footer div.left {
		float:left;
		width:49%;
		height:106px;
		background: url('../imgs/bg-footer-left.gif') repeat-x;
	}
	div.footer div.right {
		float:right;
		width:49%;
		height:106px;
		background: url('../imgs/bg-footer-right.gif') repeat-x;
	}
	div.footer div.cont {
		position:absolute;
		width:1200px;
		padding:10px 0 0 0;
		height:96px;
		left:50%;
		margin-left:-600px;
		font:12px Verdana,"Trebuchet MS", sans-serif;
		color:#3f1906;
		text-align:center;
		background: url('../imgs/bg-footer.gif') center no-repeat;
	}
		div.footer div.cont div.contTexto {
			width:800px;
			margin:0 auto;
			text-align:left;
		}
			div.footer div.cont div.contTexto div.texto {
				width:550px;
				text-align:center;
			}

