@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper {
	width: 100%;
	text-align: center;
	margin: 0px;
}
#topo {
	width: 933px;
	height: 125px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#conteudo {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	min-height: 640px;
	position: relative;
	float: none;
}
#rodape {
	width: 100%;
	height: 250px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	background-color: #FBE7F0;
	text-align: center;
	float: none;
}

