/* CSS Document */

body{
  margin: 0;
  padding: 0;
}

body,html{
  font-family: arial;
}

#sitecontainer{
  position: absolute;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  min-height: 100%;
  height: 100%;
  margin-top: 5px;
}

#top{
  float: left;
  height: 134px;
  width: 960px;
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
}

#left{
  float: left;
  width: 230px;
  min-height: 100%;
  height: auto;
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
}

#main{
  float: left;
  width: 667px;
  min-height: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-image: url(../img/boom-bg.gif);
  background-repeat: no-repeat;
  background-position:top right;
  font-size: 12px;
}