

div#social iframe{
  float:left;
}

div#social{
  position:absolute;
  top:25px;
  right:25px;
  width:145px;
  overflow:hidden;
}
iframe#fb{
  margin-left:8px;

}
/*pagetop*/


.pagetop {
  position:relative;
  width:100%;
  height:0;
  margin:0 auto;
  /*display:none;*/
  z-index:1000;
}
.pagetop a{
  background-image:url(../images/pagetop.gif);
  position: fixed;
  bottom: 0px;
  display: block;
  width: 63px;
  height:25px;
  right:30px;
  text-indent:-999px;
  overflow:hidden;
  display:none;
}
.pagetop a:hover{
  background-position:0 -25px;
}



div#content_wrapper{
background-color:#f0f3f6;
}
div#main_content{
  margin:40px auto;
}
div#main{
background-image:url(../images/h2.png);
width:980px;
height:500px;
display:block;
position:relative;
}
h2{
display:none;
}
div#downloads{
width:980px;
height:100px;
display:block;
background-image:url(../images/img_4.png);
position:relative;
}
div#main ul.btn_dl{
  position:absolute;
  top:324px;
  left:572px;
}

div#downloads ul.btn_dl{
  position:absolute;
  top:24px;
  left:620px;
}
ul.btn_dl li{
  float:left;
}
ul.btn_dl li a{
  text-indent:-999px;
  overflow:hidden;
  display:block;
}
li.btn_googleplay{
  margin-right:16px;
}
li.btn_googleplay a{
background-image:url(../images/btn_googleplay.png);
width:149px;
height:52px;
}

li.btn_appstore a{
background-image:url(../images/btn_appstore.png);
width:171px;
height:51px;
}

div#bottoms{
  position:relative;
  height:85px;
  background-color:#fff;
}

a#btn_historyback{
    margin-top:40px;
    margin-left:35px;
background-image:url(../images/btn_back.png);
width:147px;
height:26px;
text-indent:-999px;
overflow:hidden;
display:block;
}
a#btn_historyback:hover{
background-position:0 -26px;
}