/*--- HOMEPAGE ---*/
.lobby{
  background:#e4d19c url('layout_imgs/home_content_bg_tall.png') bottom left repeat-x !important;
  height:705px !important;
  margin:0 12px;
  padding:8px 20px;
}

#video_screen{
  width:504px;
  height:378px;
  border:1px solid #000;
  margin:15px 0 10px 5px;
  position:relative;
}
 #video_screen p{
    position:absolute;
    z-index:0;
    padding:40px;
 }

#homepage_office{
  position:absolute;
  right:12px;
  top:299px;
  z-index:1;
}

div.self_select{
  position:relative;
  width:370px;
  float:right;
  margin-top:15px;
  z-index:10;
}
.self_select h2{
  font-weight:normal;
  font-size:160%;
  color:#512b0a;
}

#link_btn{
  display:block;
  width:233px;
  height: 23px;
  padding: 7px 10px 13px 15px;
  background: url('layout_imgs/select_bg.png') no-repeat;
  font-size: 20px;
  letter-spacing:-.05em;
  color: #773110;
  margin-top:12px;
  margin-bottom: 4px;
  margin-left:10px;
  cursor:pointer;
}
#link_btn:hover{
  background:url('layout_imgs/select_bg_open.png') no-repeat;
  text-decoration:none;
}