div#frame
{
  position : absolute;
  top : 80px;
  left : 50%;
  width : 1000px;
  margin-left : -500px;
  padding-top : 20px;
  background-image : url('../graphics/background.frame.jpg');
  background-position : top left;
  background-repeat : no-repeat;
}

div#main
{
  width : 1000px;
  background-image : url('../graphics/background.main.jpg');
  background-position : top left;
  background-repeat : repeat-y;
}

div#content
{
  width : 980px;
  margin : 0px 0px 0px 9px;
  padding : 40px 0px;
  
  background-image : url('../graphics/background.content.jpg');
  background-position : bottom left;
  background-repeat : no-repeat;
}

div#top
{
  width : 980px;
  height : 220px;
  margin-left : 9px;
  background-image :url('../graphics/background.top.jpg');
  background-position : top left;
  background-repeat : no-repeat; 
}


div#bottom
{
  width : 1000px;
  height : 40px;
  
  background-image :url('../graphics/background.bottom.jpg');
  background-position : top left;
  background-repeat : no-repeat; 
}

div#bottom-text
{
  width : 980px;
  height : 30px;
  margin-left : 9px;
  padding-top : 5px;
  
  background-image :url('../graphics/background.bottom-text.jpg');
  background-position : top left;
  background-repeat : repeat-x;
}

div#culturelink
{
  position : absolute; 
  top : 198px;
  right : 120px;
}