@charset "UTF-8";
#body
{
  width:600px;
  position:relative;
  top:20px;
  float:left;
  background-image:url(/images/body-bg.png);
  background-repeat:no-repeat;
  height:435px;
}

#body-content
{
  width:500px;
  position:relative;
  top:12px;
  text-align:left;
  padding-left:40px;
}




/* rightbox */
#rightbox
{
  background-image:url(/images/right-bg.png);
  background-repeat:no-repeat;
  width:340px;
  position:relative;
  top:20px;
  float:right;
  right:40px;
  height:340px;
}


#rightbox-content
{
  top:20px;
  text-align:center;
  position:relative;
}




/* bottom box  */


#bottombox
{
  width:340px;
  position:relative;
  float:right;
  right:40px;
  top:25px;
  height:275px;
  background-image:url(/images/bottom-bg.png);
}

#bottombox-content
{
  width:290px;
  text-align:center;
  position:relative;
  font-style:italic;
  left:23px;
  top:10px;
}
