/* CSS Document */

body{
  margin: 0;
  padding: 0;
  background-color: #B9B9B9;
}

#sitecontainer{
  position: absolute; 
  background-image: url(../img/container_background.png);
  background-repeat: repeat-y;
  width: 980px;
  min-height:835px;
  height:auto;
  left: 50%;
  margin-left: -480px;
}

#top{
  float: left;
  margin-left: 10px;
  width: 960px;
  height: 250px;
}

#content{
  float: left;
  margin-left: 10px;
  width: 960px;
  min-height: 200px;
}

#content ul{
  margin: 0;
  padding: 0;
}

#content ul li{
  list-style: none;
}

h2{
  font-size: 14px;
}

h1{
  font-size: 24px;
  font-family: Tahoma;
  text-align: center;
  width: 100%;
  display: block;
}


#footer{
  float: left;
  margin-left: 10px;
  background-image:url(../img/background_footer_index.png);
  background-repeat: repeat-x;
  width: 960px;
  height: 43px;
}

