body {
	margin:0;
	padding:0;
	background-color: #1c251f;
	text-align: center; /* hack para o IE */	
}
#geral {
	width: 1000px;
	margin: 0 auto;			
	text-align: left; /* "remédio" para o hack do IE */	
}
#cabecalho {
	float: left;
	width: 1000px;
	height: 133px;
	background: url(../images/bg-header.jpg) no-repeat;
	border: #333 solid 1px;
	border-bottom: none;
	border-top: none;
	position: relative;
}
#cabecalho .logo {
	float: left;
	position: absolute;
	left: 40px;
	top: 35px;
}
#cabecalho .slogan {
	float: left;
	width: 181px;
	height: 192px;
	padding: 15px 0 0 35px;
	background: url(../images/bg-slogan.jpg) no-repeat;
	position: absolute;
	left: 217px;
	top: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #9da2a0;
	line-height: 12px;
}
#cabecalho .slogan b {
	color: #F60;
}
#barra {
	float: left;
	width: 1000px;
	height: 38px;
	background-color: #b9c0be;
	border: #333 solid 1px;
	border-bottom-color: #9a9a9a;
	border-top-color: #ced3d2;
}
#barra .redes-sociais {
	float: right;
	width: 450px;
	height: 22px;
	line-height: 22px;
	position: relative;
	top: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #757b78;
}
#barra .redes-sociais span {
	float: left;
	margin-right: 10px;
}
#barra .redes-sociais .facebook a {
	float: left;
	width: 93px;
	height: 26px;
	background: url(../images/facebook-hive.jpg) no-repeat;
	position: relative;
	top: -2px;
}
#barra .redes-sociais .facebook a:hover {
	background: url(../images/facebook-hive-mo.jpg) no-repeat;
}
#barra .redes-sociais .seguir-twitter a {
	float: left;
	width: 93px;
	height: 26px;
	background: url(../images/twitter-hive.jpg) no-repeat;
	position: relative;
	top: -2px;
}
#barra .redes-sociais .seguir-twitter a:hover {
	background: url(../images/twitter-hive-mo.jpg) no-repeat;
}
#conteudo {
	float: left;
	width: 1000px;
	height: auto;
	background: #FFF url(../images/bg-conteudo.gif) repeat-x;
	border: #333 solid 1px;
	border-bottom: none;
	border-top: none;
	position: relative;
}
#conteudo .unico {
	float: left;
	width: 725px;
	height: auto;
}
#conteudo .unico .titulo {
	float: left;
	width: 670px;
	font-family: "Arial Narrow", "Lucida Sans Unicode", Arial;
	font-size: 25px;
	line-height: 30px;
	color: #ff6700;
	margin-top: 50px;
	margin: 50px 0 0 54px;
	_margin-left: 27px;
}
#conteudo .unico .subtitulo {
	float: left;
	width: 670px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #7c7c7c;
	margin: 30px 0 30px 54px;
	_margin-left: 27px;
}
#conteudo .hive-games {
	float: right;
	width: 274px;
	height: 117px;
	background: url(../images/bg-hive-games.jpg) no-repeat;
	border-bottom: #bab9b9 solid 1px;
	border-left: #bab9b9 solid 1px;
}
#conteudo .hive-games span {
	float: left;
	width: 220px;
	position: relative;
	left: 22px;
	top: 75px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fffffe;
}
#rodape {
	clear: both;
	width: 960px;
	height: 100px;
	padding: 40px 0 0 40px;
	background-color: #5a615a;
	border: #333 solid 1px;
	border-bottom: none;
	border-top: none;
	font-family: Tahoma, Geneva, sans-serif;
}
#rodape span {
	line-height: 18px;
}
#rodape .hive {
	font-size: 14px;
	color: #ebf0ef;
}
#rodape .endereco {
	font-size: 12px;
	color: #a4aaa8;
}
#rodape .email {
	font-size: 12px;
	color: #FFF;
	position: relative;
	top: -10px;
}
#rodape .email a {
	color: #FFF;
	text-decoration: none;
}
#rodape .email a:hover {
	text-decoration: underline;
}
