html { height: 100%; }
body
  {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: url(../images/bg_home.jpg) top center repeat-y;
    background-color: #000000;
    color: #cccccc;
    font-family: Arial, sans-serif;
  }
img { border: 0; }

#bgImage
  {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bg_home.gif) top center no-repeat;
  }
#container
  {
    position: relative;
    margin: 0px auto;
    width: 800px;
    height: 1000px;
    background: url(../images/div_bg_home.gif) no-repeat;
  }
#logo
  {
    position: absolute;
    top: 373px;
    left: 0px;
    height: 161px;
    width: 229px;
    background: url(../images/logo_home.jpg);
  }
#nav { position: absolute; top: 343px; left: 300px; }
#nav a
  {
    display: block;
    position: relative;
    float: left;
    padding-bottom: 2px;
    margin-right: 3px;
    background: #535353;
  }
#nav a:hover { background: #ffffff; }
#intro
  {
    position: absolute;
    padding: 1px;
    top: 375px;
    left: 316px;
    width: 320px;
    font-size: 11px;
    line-height: 150%;
  }
