

div#site-container {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: left;
}

div#homepage{
  width:771px;
  height:152px;
  background:url(/img/homepage.gif) bottom right no-repeat;
}

#homepage div.content{
  margin-top:1px;
  color:#ffffff;
  float:right;
  overflow:auto;
  line-height:1.5em;
  width:395px;
  height:151px;
}

#homepage div.content a{
  color:#aadfd8;
  text-decoration:none;
}

#homepage div.inner{
padding:10px 10px 0 15px;
}

#homepage ul.actions{
  margin:0;
  padding:58px 0 0 0;
  list-style:none;
}

#homepage ul.actions li{
  float:left;
  width:171px;
  height:95px;
}

#homepage ul.actions li.register{
  background:url(/img/hp_register.gif);
  margin-right:12px;
}

#homepage ul.actions li.register a{
  display:block;
  width:171px;
  height:95px;
}


#homepage ul.actions li#hp_login{
  background:url(/img/hp_login_box.gif);
}


#hp_login form{
  padding:37px 0 0 10px;
}

#hp_login form input{
  background:url(/img/hp_input.gif) no-repeat #8c949d;
  color:#ffffff;
  width:145px;
  height:19px;
  border:none;
  padding:3px 0 0 5px;
}

#hp_login form div.form-element{
  overflow:hidden;
  padding-bottom:6px;
}

#hp_login form input#hp_password{
  display:block;
  float:left;
  width:114px;
}

#hp_login form input#hpbtn{
  display:block;
  float:left;
  background:none;
  padding:0;
  width:31px;
  height:22px;
}