html, body {
  width: 100%;
  height: 100%;
  background: url(/wp-admin/images/reg-fon.jpg) repeat;
  padding: 0px;
  margin: 0px;
  font-family: "tahoma", "arial", "verdana", sans-serif, "Lucida Sans";
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

body a{
  color: #000;
}

#wrap {
  position: absolute;
  left: 50%;
  top: 35%;
  text-align: center;
  width: 530px;
  margin: -200px 0px 0px -250px;
  line-height: 250%;
  border-bottom: 1px solid #E4E4E4;
}
#content {
  border: 3px solid #B9C4CC;
  padding: 20px;
  background: #fff; 
  box-shadow: inset 0px 2px 4px #484848;  
}

#logo{
  background-image: url(/wp-admin/images/rockstar-reg-logo.png);
  background-repeat: no-repeat;
  display: block;
  width: 346px;
  height: 171px;
  margin-left: 100px;
  overflow: hidden;
  position: relative;
  bottom: -20px;
  text-indent: -9999px;
}

#browsers {
  width: 400px;
  height: 115px;
  margin: 10px auto 0px;
}
#browsers a {
  float: left;
  width: 100px;
  height: 20px;
  padding: 80px 0px 7px;
}