#titlecontainer {
  display:none;
}
#homecontainer {
  overflow:hidden;
}
#content {
  margin:0;
  padding:0;
  position:relative;
  width:564px;
  border-right:200px solid transparent; /* The width and color of the rail */
  margin-right:-200px;
  float:left;

}
#sidebar {
  position:relative;
  width:200px;
  float:left;
  text-align:right;
}

#player {}

#homebody {
  width:482px;
  padding:32px 40px;
  background:url(/images/home/bottom_bg.gif) repeat-x bottom left #111;
  border-left:1px solid #222;
  border-right:1px solid #222;
}
#homebody .windows img {
  display:block;
  float:left;
  padding:0 9px;
}

#sidebar .web1 {
  position:relative;
  font-weight:bold;
  height:133px;
  background:url(/images/home/sidebar_web1.gif) no-repeat 32px 0;
  font-size:0.75em;
  text-align:right;
}

#sidebar .web2 {
  height:32px;
  background:url(/images/home/sidebar_web2.gif) no-repeat 72px 0;
}

#signup input[type=text] {
  text-align:center;
  background-color:#636363;
  color:#BBB;
  border:1px solid #1E1E1E;
  width:178px;
  padding:2px 0;
}

#spider {
  height:46px;
  background:url(/images/home/spider.gif) no-repeat 144px 0;
}

img.sidebarblock,
input.sidebarblock {
  /*
  display:block;
  margin:auto;
  float:right;
  */
  vertical-align:bottom;
}
