div#main
{
  width: 560px;
  position: relative;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
}

div#mainText
{
  width: 340px;
  position: relative;
  top: -3px;
  float: left;
  margin-left: auto;
  margin-right: 4px;
}
div#subMenu
{
  width: 201px;
  position: relative;
  float: right;
  margin-left: 4px;
  margin-right: auto;
}

div#subMenuSquare
{
  width: 126px;
  height: 126 px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
overflow: visible;
}

div#menu
{
  background: url(../media/header_bg.png) no-repeat top center #ee4036;
  overflow: visible;
  height: 350px;
  width: 924px;
  text-align:center;
bottom:0px;  
    margin-left: auto;
  margin-right: auto;
}

div#footer
{
  background: url(../media/footer_bg.png) no-repeat bottom center #ee4036;
  position:relative;
  margin-left: auto;
  margin-right: auto;
  height: 119px;
  width: 700px;
  margin-top: 0px;
  text-align: center;
  vertical-align: middle;
}

td#title
{
  font-size: 12px;
  font-weight: bold;
  height: 25px;
}

td#link
{
  height: 20px;
}

