  * {
  margin: 0;
  padding: 0;
}
html {
  height:100%;
}
body {
  height:100%;
  background: transparent url('../images/bg.jpg') top left repeat;
}

div#container {
  /*width:100%;
  height:100%;*/
  overflow:hidden;
  background: transparent url('../images/bg.jpg') top left repeat;
}
  div#header {
    position:absolute;
    top:0;
    left:310px;
    height:105px;
    overflow:hidden;
    background: transparent url('../images/header_bg.png') repeat-x 0 0;
  }
    div#header div.page_header {
      padding-top:10px;
      padding-left:18px;
      width:auto;
      float:left;
    }
    div#header div.flags {
      position:absolute;
      top:3px;
      right:10px;
      z-index:199;
    }
  div#content {
    float:left;
    width:580px;
    background: transparent url('../images/header_bg.png') repeat-x 0 0;
  }
  div#content div#main {
    padding:0 9px;
    width:580px;
    margin-top:105px;
  }
  div#container div#left {
    width:310px;
    height:768px;
    float:left;
  }
    div#container div#left div.top {   
      width:310px;
      height:136px;
    }
    div#container div#left div#nav {
      position:absolute;
      top:0px;
      left:0px;
      width:310px;
      height:532px;
      z-index:5;
    }
    div#container div#left div.bottom {
      position:absolute;
      bottom:0;
      left:80px;
      height:187px;
      width:154px;
    }
div#John_Holland {
  display:none;
  position:absolute;
  top:-9999px;
  left:-9999px;
}
div#footer {
}
