﻿#MasterTable 
{
  height:100%;
  background-color:#FFFFFF;
  margin-left:auto;
  margin-right:auto;
}

#MasterTable td
{      
  width:976px;   
  vertical-align:top;
  text-align:left;
}

#MasterFooter
{
    width:908px;
    height:50px;
    margin-left:34px;
    margin-top:50px;
    border-top:solid 1px #CBC9D4; 
}

#MasterFooter div
{
    color:#CAC9D1;
}

#MasterDiv
{    
    position:relative;
    width:908px;
    margin-left:34px;
}

#MasterHeader
{
    width:100%;
    height:110px;
    position:relative;
}

#MasterHeaderPrint
{
    display:none;
}

#MasterContent
{
    position:relative;
    width:100%;
}


