body {
	margin: 0px 0px 0px 0px;
}

/*HEADER*/
#header {
	width:100%;
	background-color:#FFFFFF;
}
#logogh {
	width:800px;
	height:60px;
	padding:0 0 0 0;
}
.logo {
	width:145px;
	height:29px;
	float:left;
	padding:15px 0 0 0;
}
#faixabanner {
	width:100%;
	height:10px;
	padding:0 0 0 0;
	background-color:#fbd342;
}
#menu {
	width:450px;
	height:30px;
	float:right;
	padding:21.5px 0 0 0;
}

/*CONTEUDO*/
#content {
	width:100%;
	background-color: #ffd400;
}
#background-top {
	background-image: url('../images/background_jogo_online.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height:285px; 
}
#background {
	width:100%;
	height:2700px;
	padding:0 0 0 0;
}
.logo_jogo {
	margin-top: 20px;
}
/*BARRA TOPO*/
#footer_btntopo {
	width:100%;
	height:30px;
	background-color:#ffffff;
	position: relative;
	z-index: 30;
}
.btn_topo {
	width:46px;
	height:18px;
	float:center;
	margin-top: -28px;
	padding:10.5px 0 0 0;
}
#btntopo {
	width:120px;
	height:20px;
	padding:6px 0 0 0;
}
.text_top {
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/*FOOTER*/
#footer {
	width:100%;
	height:230px;
	background-color:#424444;
}
#footer_content {
	width:800px;
	height:110px;
	padding:0 0 0 0;
	z-index: 99999;
}

/*LOGO GH COPY*/
#gamehives_footer {
	width: 234px;
	height: 70px;
	float: left;
    margin-top:14px;
}
#logo_footer {
	width:120px;
	margin: 10px 0 0 0; 
}
#gamehives_footer_copy {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
    margin: 10px 0 0 0;
}
.text_menu_footer {
	height: 14px;
	font-family: 'Istok Web', sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}
.text_menu_footer:hover {
	color: #ffcc33;
}

/*A EDITORA*/
#institucional_footer {
	width: 170px;
	height: 85px;
	float: left;
    margin-top:14px;
}
#institucional_footer_tt {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}

/*ATENDIMENTOS*/
#atendimento_footer {
	width: 170px;
	height: 85px;
	float: left;
    margin-top:14px;
}
#atendimento_footer_tt {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}

/*REDES SOCIAIS*/
#redessociais_footer {
	width: 158px;
	height: 70px;
	float: left;
    margin-top:14px;
}
#redessociais_footer_tt {
	height: 18px;
	font-family: 'Istok Web', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 17px;
}
.redessociais_footer_facebook {
	width: 30px;
	height: 30px;
	margin-left: 17px;
	float: left;
}
.redessociais_footer_instagram {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	float: left;
}
.redessociais_footer_youtube {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	float: left;
}
.redessociais_footer_twitter {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	float: left;
}
.facebook_icon {
 width: 30px;
 height:30px;
 display:block;
 background:transparent url('../images/fb_icon_out.svg') center top no-repeat;
}

.facebook_icon:hover {
   background-image: url('../images/fb_icon_in.svg');
}
.instagram_icon {
 width: 30px;
 height:30px;
 display:block;
 background:transparent url('../images/inst_icon_out.svg') center top no-repeat;
}

.instagram_icon:hover {
   background-image: url('../images/inst_icon_in.svg');
}
.youtube_icon {
 width: 39px;
 height:30px;
 display:block;
 background:transparent url('../images/yt_icon_out.svg') center top no-repeat;
}

.youtube_icon:hover {
   background-image: url('../images/yt_icon_in.svg');
}

.twitter_icon {
 width: 30px;
 height:30px;
 display:block;
 background:transparent url('../images/tw_icon_out.svg') center top no-repeat;
}

.twitter_icon:hover {
   background-image: url('../images/tw_icon_in.svg');
}

/*ENDERECO*/
#credits {
	width:100%;
	height:40px;
	padding: 40px 0 0 0;
}
.text_footer {
	font-family: 'Istok Web', sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}