html, body
{
      margin: 0;
	  background-color: #e9e2d0;
}

#gridMasterContainer
{
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: visible;
      height: auto;
      background-color: #e9e2d0;
}

#gridContainer
{
      background-color: #e9e2d0;
      display: block;
      position: relative;
      height: auto;
      width: 100%;
}

#gridTop
{
      background-color: #e9e2d0;
      display: block;
      position: absolute;
      float: left;
      top: 0;
      left: 0;
      right: 0;
      height: 97px;
      clear: both;
}

#gridTopLeft
{
      background-color: #e9e2d0;
      background-image: url(../splash_images/top_left.jpg);      
      display: block;
      position: absolute;
      float: left;
      top: 0;
      left: 0;
      width: 88px;
      height: 97px;
      z-index: 5;
}

#gridTopMiddle
{
      background-color: #e9e2d0;
      background-image: url(../splash_images/top_repeater.jpg);      
      display: block;
      height: 97px;
      z-index: 5;
}

#gridTopRight
{
      background-color: #e9e2d0;
      background-image: url(../splash_images/top_right.jpg);      
      display: block;
      position: absolute;
      float: right;
      top: 0;
      right: 0;
      width: 90px;
      height: 97px;
      z-index: 5;
}

#gridMiddle
{
      background-color: #e9e2d0;
      display: block;
      position: absolute;
      float: left;
      top: 97px;
      left: 0;
      right: 0;
      bottom: 84px; 
      clear: both;  
      width: 100%;
      height: 400px;     
}

#gridMiddleLeft
{
      background-color: #e9e2d0;
      background-image:url(../splash_images/left_repeater.jpg);      
      display: block;
      position: absolute;
      float: left;
      top: 0px;
      bottom: 0px;
      left: 0;
      width: 88px;
      z-index: 5;
}

#gridMiddleMiddle
{
      background-color: #E2A56E;
      display: block;
      position: absolute;
      float: left;         
      top: 0px;
      bottom: 0px;
      left: 88px;
      right: 90px;
      z-index: 5;
}

#gridMiddleRight
{
      background-color: #e9e2d0;
      background-image:url(../splash_images/right_repeater.jpg);      
      display: block;
      position: absolute;
      float: right;
      top: 0px;
      bottom: 0px;
      right: 0px;
      z-index: 5;
      width: 90px;
}

#gridBottom
{
      background-color: #e9e2d0;
      display: block;
      position: absolute;
      float: left;
      top: 497px;
      bottom: 0;
      left: 0;
      right: 0;
      height: 84px;
      clear: both;    
}

#gridBottomLeft
{
      background-color: #e9e2d0;
      display: block;
      position: absolute;
      float: left;
      height: 84px;
      top: 0px;
      bottom: 0px;
      left: 0px;
      width: 88px;
      background-image: url(../splash_images/bottom_left.jpg);                  
}

#gridBottomMiddle
{
      background-color: #e9e2d0;
      display: block;
      position: absolute;
      float: left;
      height: 84px;
      top: 0px;
      bottom: 0px;
      left: 88px;
      right: 90px;
      background-image: url(../splash_images/bottom_repeater.jpg);            

}

#gridBottomRight
{
      background-color: #e9e2d0;
      display: block;
      position: absolute;
      height: 84px;
      top: 0px;
      bottom: 0px;
      right: 0px;
      width: 90px;
      float: right;
      z-index: 5;
      background-image: url(../splash_images/bottom_right.jpg);                  
}

#splash_text{
	min-width:400px;
}