body {
  margin:0;
  font: 12px arial,helvetica;
  color:#47423a;
  background: url(../img/bg_body.jpg) repeat-x top;
}
body.online {
  background: url(../img/bg_body_online.jpg) repeat-x top;
}
img {
  border:0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


#main {
  width: 980px;
  margin: 0 auto;
  background: url(../img/img_mr_pimpa.jpg) no-repeat left 60px;
  position: relative;
}
#main.online {
  background: url(../img/bg_top_interna.jpg) no-repeat top center;
}
#header {
  height: 55px;
  background: url(../img/logo_divisor.gif) no-repeat 120px 8px;
}
.logo_terra {
  float: left;
  margin: 10px 0 0 0;
}
.logo_sonora {
  float: left;
  margin: 18px 0 0 32px;
}
.head {
  height: 295px;
  background: url(../img/bg_head.jpg) no-repeat center;
}
.logo_mr_pimpa {
  position: absolute;
  top:266px;
  left:340px;
  width: 97px;
  height: 97px;
  background: url(../img/logo_pimpa.jpg);
}
.logo_axe {
  width: 80px;
  height: 45px;
  position: absolute;
  top:302px;
  left:0;
  background: url(../img/logo_axe.jpg) center;
}

.content {
  width: 500px;
  height: 230px;
  float: right;
  margin: 50px 0 0 0;
  text-align: center;
  position: relative;
  background: url(../img/bg_botao.jpg) no-repeat 150px 168px;
}
.content .button {
  position: absolute;
  top: 125px;
  left: 150px;
  background: url(../img/bg_botao.jpg) no-repeat bottom center;
}
.content .play {
  width: 120px;
  height: 23px;
  position: absolute;
  top: 188px;
  left: 178px;
  text-align: left;
  padding: 5px 0 0 35px;
  font: 700 14px arial;
  color: #47423a;
  background: url(../img/ico_play.jpg) no-repeat left;
  text-decoration: underline;
}

.sonora {
  clear: both;
  float: left;
  width: 855px;
  margin-top: 12px;
  *position: relative;
  *top: 280px;
  padding: 55px 0 30px 55px;
  background: url(../img/bg_submain.jpg) no-repeat top left;
}
.sonora .img_sonora,
.sonora ul,
.sonora .btn_cadastrese {
  float: left;
}
.sonora ul {
  width: 325px;
  margin: 15px 0 0 25px;
  padding: 0;
  list-style: none;
  font-size: 11px;
}
.sonora li {
  padding-left: 15px;
  margin: 5px 0;
  background: url(../img/ico_list.gif)  no-repeat left;
}



.footer { 
  width: 899px;
  display:block; 
  font-family:Arial,Helvetica; 
  font-size:11px; 
  text-align:center;
  margin:0 auto 15px;
  clear:both;
  color:#A19E99;
  border-top: solid 1px #dedede;
  *position: relative;
  *top: 220px;
}
.footer a {
  color: #A19E99;
}
.footer p {
  margin: 20px 0 15px;
}
.footer div a {
  padding: 0 6px 0 5px;
  text-transform: uppercase;
  border-right: dotted 1px #8b8884;
  font-weight: 700;
}
.footer div a.noborder {
  border: none;
}
