body{
  background-color: #FFFFFF;
}

/* Structure */

#container{
 width: 617px;
 margin:auto;
 background-color: #ffffff;
}

#content{
  width: 617px;
  margin-top: 100px;
  background-color: #ffffff;
}

#top{
  width: 100%;
  height: 40px;
  margin: 0px;
  background-image: url(../img/intro/topintro.gif);
}

#middle{
  width: 100%;
  height: 182px;
  margin: 0px;
  background-image: url(../img/intro/middle.gif);
}

#left{
  float: left;
  width: 283px;
  height: 158px;
  margin: 13px 0px 20px 15px;
}

#right{
  float: right;
  width: 283px;
  height: 158px;
  background-color: #ffffff;
  margin: 13px 20px 0px 0px;
}

#bottom{
  width: 100%;
  height: 185px;
  margin: 0px;
  background-image: url(../img/intro/bottom.gif);
}



