html,body{
    margin:0;
    padding:0;
}
body{
    text-align:center
}

#wrap {
    width:792px;
    margin:0 auto;
    text-align:left;
}
#top {
    width:100%;
    height:154px;
    margin:0;
    padding:0;
}
#top #logo{
  margin:0;
  margin-top:68px;
  width:100%;
}
#top #left,#top #right,#top #center{
  padding:0;
  margin:0;
  height:154px;
  float:left;
  
}
#promo{
  width:100%;
  height:240px;
}
#top #left{
  width:68px;
}
#top #right{
  width:65px;
}
#top #center{
  width:659px;
}
#top #center #logo{
  height:85px;
}
#top #center #currentuser{
  position:relative;
  top:-20px;
}
#hmenu {
    width:100%;
    height:30px;
    clear:both;
}

#content {
    width:702px;
    margin-left:45px;
    margin-right:45px;
    min-height:500px;
}
#bottom {
    clear:both;
    width:100%;
    height:124px;
    margin-top:14px;
}
#bottom div{
  padding:0;
  margin:0;
  height:124px;
  float:left;
}
#bottom #btm_center{
  width:652px;
}

