@charset "UTF-8";
body { margin:0 0 0 0; background-image:url(images/fundo.jpg); background-repeat:no-repeat; overflow:hidden; }
#corpo { left:50%; margin-left:-450px; height: 100%; width:900px; position:relative; /*background-image:url(images/fundo_corpo.png);*/ background-repeat:no-repeat; }
#box_logo_ideal{
	/*left:0%;*/
	margin-left:-450;
	width:900px;
	position:relative;
	top: 0px;
	height: 100%
	
}

#box_carrinho{
	left:33%;
	margin-left:-150;
	width:300px;
	position:relative;
	top: 10px;
	height: 100%
}
