/* CSS Document */
body{
  margin: 0;
  padding: 0;
  background-color: #333333;
  font-family: arial;
}


#sitecontainer{
  position: relative;
  width: 870px;
  margin:0 auto;
  height: 638px;
  background-image: url(../img/sitecontainer-bg.png);
  background-repeat: no-repeat;
}

#main{
  float: left;
  width: 551px;
  height: 638px;
  color: #e3e3e3;
  font-size: 12px;
  margin-left: 25px;
}

#right{
  float: left;
  width: 265px;
  height: 638px;
}