body 
{
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
  margin: 0px;
}
    
.cell
{
  background-image: url(images/group-head-bg.png);
  background-repeat: repeat-x;
  height: 330px;
}
    
.gradient-left
{
  height: 330px;
  width: 170px;
  background-image: url(images/group-head-gradient-left.png);
}
    
.gradient-right
{
  height: 330px;
  width: 170px;
  background-image: url(images/group-head-gradient-right.png);
}

.logo-cell
{
  width: 320px;
  height: 330px;
  background-image: url(images/group-logo-bg.png);
  text-align: center;
  padding-top: 25px;
  vertical-align: top;
}

.top-div
{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
}

.tabs-div
{
  position: absolute;
  top: 280px;
  text-align: center;
  z-index: 1;
  height: 361px;
  width: 100%;
}

.pergament-div
{
  position: absolute;
  top: 240px;
  background: url(images/pergament.gif) left top no-repeat;
  text-align: center;
  background-position: center;
  z-index: 0;
  width: 100%;
  height: 500px;
}

img
{
  border: none;
}