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

body {
	background-color: #FFF;
	border-top-width: thick;
	border-top-style: outset;
	border-top-color: #FF290B;
	background-image: url(img/background.png);
	margin: 0px;
	padding: 0px;
	border-bottom-width: thick;
	border-bottom-style: inset;
	border-bottom-color: #FF290B;
}
#conteiner {
	width: 980px;
	margin-right: auto;
	margin-bottom: auto;
}

#topo {
	height: 110px;
	width: 978px;
	border: thin dotted #03C;
	margin-top: 0px;
}
#menu {
	height: 230px;
	float: left;
	width: 240px;
	border: thin solid #03C;
}
#superbox {
	height: 230px;
	width: 720px;
	float: right;
	border: thin solid #039;
}
#minibox {
	height: 150px;
	width: 978px;
	clear: both;
	border: thin solid #00C;
}
#rodape {
	height: 40px;
	width: 978px;
	border: thin solid #009;
}
