body, html {
	padding:0;
	margin:0;
	text-align:center;
	background-color:#CCCCCC;
}
#container {
	width:1000px;
	margin:auto;
}
#topo {
	position:relative;
	float:left;
	width:1000px;
	height:102px;
	background-image:url(images/index_01.jpg);
	background-repeat:repeat;
}
#menu {
	position:relative;
	float:left;
	width:1000px;
	height:29px;
}
#corpo {
	position:relative;
	float:left;
	width:1000px;
	background-color:#FFFFFF;
}
#rodape {
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:99;
	width:1000px;
	height:91px;
	background:url(images/rodape_10.png) repeat-x;
}