
/** xxxx **/
#divParent
{
  /** background-image : url(../images/rectangle.gif); **/
  text-align : left;
  position : absolute;
  left : 50%; 
  top : 0px; 
  /** top : 50%; **/
  width : 800px;
  height : 600px;
  /** margin-top : -300px; /* half of the height */
  margin-left : -400px; /* half of the width */
  z-index : 1;
  border : 0px dotted #000000;
}

/** xxxx **/
#divHeader
{
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 0px;
  width : 800px;
  height : 135px;
  z-index : 1;
  padding : 10px;
  border-bottom : 1px dotted #FFFFFF;
}

/** xxxx **/
#divBody
{
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 150px;
  width : 800px;
  height : 400px;
  z-index : 1;
  padding : 10px;
  border : 0px dotted #000000;
}


/** xxxx **/
#divFooter
{
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 580px;
  width : 800px;
  height : 100px;
  z-index : 1;
  padding : 10px;
  border-top : 1px dotted #FFFFFF;
}

/** xxxx **/
#divFooterLeft
{
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 0px;
  width : 360px;
  height : 40px;
  z-index : 1;
  padding : 10px;
  border : 0px dotted #000000;
}

/** xxxx **/
#divFooterRight
{
  text-align : right;
  position : absolute;
  right : 0px; 
  top : 0px;
  width : 360px;
  height : 40px;
  z-index : 1;
  padding : 10px;
  border : 0px dotted #000000;
}
