/* CSS Document */

body, hml{
  padding: 0;
  margin: 0;
  background-color: #fff;
  height:100%;
  width:100%;
}

#sitecontainer{
  background:url(../img/background-container.png) repeat-y;
  min-height:100%;
  height: auto;
  width: 900px;
  position: absolute;  
  left:50%;
  margin-left:-450px;
}

#left{
  float: left;
  width: 222px;
  height: auto;
}

#main{
  float: left;
  background:url(../img/background.png) repeat-y;
  background-attachment:fixed;
  background-position:400px 100px;
  min-height: 525px;
  width: 638px;
  text-align: center;
  Padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

#top{
  float: left;
  height: 90px;
  width: 668px;
}