* {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {font-size: 100%;}
ul, ol {list-style: none;}
input.button {cursor: pointer; cursor: hand;}
img, fieldset {border: none;}
table {border-collapse: collapse; border: none;}


html {
  background: url("../img/html-bg.jpg") ;
  height: 100%;
}
body {
  background: url("../img/body-bg.jpg") no-repeat 50% 0;

  font: 11px/14px Tahoma, Verdana, sans-serif;
  color: #363636;
  

}



#wrapper {
  width: 769px;
  margin: 0 auto;
}

#header {
  height: 423px;
  position: relative;
}
#header h1 {float:Left; padding-top:52px;padding-right:2px;}
#header h1 a {font-family:tahoma;font-size:18px;text-decoration:none;color:white;}
#header span {position:relative;bottom:20px;left:5px;font-family:Myriad Pro;font-size:28px;}
#header img.go {position:relative; bottom:5px;}


#header ul {
  padding: 52px 0 0 16px;
  float:right;
}

#header ul li.j {padding-left:50px;}
#header ul li {
  float: left;
  padding: 6px 26px 0 0;
 text-transform:capitalize;
 
}

#header ul li a {font-family:Myriad Pro; font-size:14px; color:white;}


#members {
  height: 169px;
  overflow: hidden;
  background: url("../img/members-bg.gif");
  position: relative;
}
#members h2 {
  padding: 22px 0 15px 30px;
}
#members ul.m {
  padding-left: 30px;
}
#members ul.m li {
  float: left;
  padding-right: 10px;
}
#members ul.m li img {
  display: block;
  margin-bottom: 5px;
}
#members ul.m a {color: #3D3D3D;}

#members ul.s {
  position: absolute;
  top: 18px;
  right: 30px;
}
#members ul.s li {
  float: left;
  display: inline;
  margin-left: 35px;
  padding-left: 17px;
  line-height: 20px;
}
#members .total {background: url("../img/icon-total.gif") no-repeat 0 50%;}
#members .online {background: url("../img/icon-online.gif") no-repeat 0 50%;}
#members ul.s a {
  font-weight: bold;
  color: #E6006E;
}

#features {
  padding: 18px 0 35px;
  color: #FFF;
}
#features td {
  padding-left: 25px;
  vertical-align: top;
}
#features ul li {
  padding: 5px 15px 5px 25px;
}
#f1 {background: url("../img/f1.gif") no-repeat 0 50%;}
#f2 {background: url("../img/f2.gif") no-repeat 0 50%;}
#f3 {background: url("../img/f3.gif") no-repeat 0 50%;}
#f4 {background: url("../img/f4.gif") no-repeat 0 50%;}
#f5 {background: url("../img/f5.gif") no-repeat 0 50%;}
#f6 {background: url("../img/f6.gif") no-repeat 0 50%;}
#f7 {background: url("../img/f7.gif") no-repeat 0 50%;}
#f8 {background: url("../img/f8.gif") no-repeat 0 50%;}
#f9 {background: url("../img/f9.gif") no-repeat 0 50%;}
#f10 {background: url("../img/f10.gif") no-repeat 0 50%;}
#f11 {background: url("../img/f11.gif") no-repeat 0 50%;}

#footer {
  text-align: center;
  color: #fff;
  line-height: 24px;
}
#footer p.links, #footer p.links a {
  color: #FFF;
  text-decoration: none;
}

#join_now {height:100px; width:100px; border:solid 0px #FFF; position:absolute; top:311px; left:63px; }
