/* CSS Document */

body{
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #CCCCCC;
	text-align: center;
	background: #EBEBEB url(img/bg.png) repeat-x;
}

#topo{
	font-size: 16px;
	font-weight: bold;
	color: black;
	width: 100%;
	height: 122px;
	text-align: center;
	background: white url(img/barra_topo.png) no-repeat center bottom;
}

#rodape{
	font-size: 12px;
	color: white;
	width: 100%;
	height: 81px;
	text-align: center;
	background: white url(img/barra_rodape.png) repeat-x center center;
}