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

body {
	margin:0px;
	text-align:center;
	background-image:url(../img/bg.jpg);
}

#geral {
	width:1000px;
	height:476px;
	text-align:left;
	margin:auto;
}

	#lateral_esq {
		width:172px;
		height:476px;
		background-image:url(../img/01.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#centro {
		width:535px;
		height:476px;
		float:left;
	}
	
	#lateral_dir {
		width:293px;
		height:476px;		
		float:left;
	}
	
		#marca {
			width:293px;			
			height:125px;
			background-image:url(../img/03.jpg);
			background-repeat:no-repeat;
		}
		
		#corpo {
			width:293px;
			height:351px;
			background-image:url(../img/04.jpg);
			background-repeat:no-repeat;
		}

	