/* CSS Document */

body{
  margin: 0;
  padding: 0;
  background-color: #484747;
  background-image: url(../img/bg_body.png);
  background-repeat: repeat-x;
  position: top-left;
}

#sitecontainer{
  position: absolute;
  width: 810px;
  left: 50%;
  margin-left: -405px;
  height: auto;
  margin-top: 42px;
  min-height: 100%;
  background-color: #484747;
  font-family: arial;
}




#top{
  float: left;
  width: 810px;
  height: 141px;
  background-image: url(../img/bg_top.jpg);
  background-repeat: repeat-x;
}

#main{
  float: left;
  width: 789px;
  background-color: #fff;
  min-height: 20px;
  font-size: 12px;
  padding-right: 21px;
  min-height: 347px;
  line-height: 17px;
}

#footer{
  float: left;
  width: 789px;
  height: 25px;
  line-height: 25px;
  background-color: #202867;
  color: #AAADC5;
  font-size: 10px;
  padding-left: 21px;
}