html 
{
  height: 100%;
}

body 
{
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #00305f url(/bitrix/templates/m2009/images/main-back.gif) no-repeat center center;
  text-align: center;
}
table.tblCont 
{
  width: 100%;
  height: 100%;
  margin: auto;
}
td.tdCenter 
{
  padding: 20px;
}
table.tblMain 
{
  width: 640px;
  height: 640px;
  margin: auto;
}
td.tdRowTop 
{
  height: 105px;
  vertical-align: top;
}
td.tdRowMiddle 
{
  height: 480px;
  background-color: #000000;
  border: solid 7px #1f4972;
}
td.tdRowBottom 
{
  height: 55px;
  padding: 5px;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  vertical-align: bottom;
}
img 
{
  border: 0px;
}
a 
{
  color: #ffffff;
}