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

body{
	margin: 0px;
	background: #FFeeaa
	}
	
#corpo{
	margin: auto;
	width: 768px;
	height: 1900px;
	background: #FFCC99;
	}
#corpo2{
	margin: auto;
	width: 768px;
	height: 2050px;
	background: #FFCC99;
	}
#corpo3{
	margin: auto;
	width: 768px;
	height: 6100px;
	background: #FFCC99;
	}
#corpo4{
	margin: auto;
	width: 768px;
	height: 1500px;
	background: #FFCC99;
	}
#corpo5{
	margin: auto;
	width: 768px;
	height: auto;
	background: #FFCC99;
	}

#banner{
	margin: auto;
	width: 768px;
	height: 200px;
	}
#menu{
	margin: auto;
	width: 100%;
	height: 50px;
	}
#conteudo{
	margin: auto;
	width: 768px;
	height: 1200px;
	}	
#conteudo2{
	margin: auto;
	width: 750px;
	height: 1200px;
	}
#conteudo3{
	margin: auto;
	width: 750px;
	height: auto;
	}

#rodape{
	margin: auto;
	margin-top: 10px;
	width: 768px;
	height: 200px;
	background: #999966;
	}