body {
	margin: 0;
	padding: 0;
	background: #0b3168 url(../images/background.gif) repeat-x;
	text-align: center; /* hack para o IE */	
}
#geral {
	width: 868px;
	margin: 0 auto;
	text-align: left; /* "remédio" para o hack do IE */
	font-family: Verdana;
}
.menu {
	width: 799px;
	height: 35px;
	margin: 0 auto;			
	padding: 0;
}
.menu .menu-esq, .menu .menu-dir {
	float: left;
	width: 37px;
	height: 35px;
}
.menu .menu-esq {
	background: url(../images/menu/bg-menu-esq.gif) no-repeat;
}
.menu .menu-dir {
	background: url(../images/menu/bg-menu-dir.gif) no-repeat;
}
.menu .menu-centro {
	float: left;
	width: 705px;
	height: 26px;
	background: url(../images/menu/bg-menu-centro.gif) repeat-x;
	padding: 9px 0 0 20px;
}
.menu .menu-centro span {
	float: left;
	margin-right: 7px;
}
.rodape {
	clear: both;
	width: 868px;
	font-size: 9px;
	color: #FFF;
	line-height: 12px;
	text-align: center;
	position: relative;
	top: -40px;
	*margin-bottom: -10px;
}
.rodape p {
	float: left;
	width: 868px;
}
.social-media {
	background: url(../images/social-media.gif) no-repeat center;
	height: 45px;
}
.social-media .compartilhe {
	float: left;
	width: 60px;
	position: relative;
	top: 17px;
}
.social-media span {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	position: relative;
	left: 504px;
	top: 14px;
	font-size: 9px;
	color: #75b5e1;
}
.social-media span img {
	cursor: pointer;
}
.menu-rodape {
	margin-bottom: 10px;
	font-size: 10px;
	color: #ffcc00;
}
.menu-rodape a {
	color: #ffcc00;
	text-decoration: none;
}
.menu-rodape a:hover {
	text-decoration: underline;
}
.menu-rodape img {
	position: relative;
	top: 6px;
}