html
{
  background-color:               white;
  height:                         100%;
  margin:                         0px;
  padding:                        0px;
}

body
{
  background-color:               #E7E7E7;
  color:                          #333333;
  font-family:                    Verdana, Arial, Helvetica, sans-serif;
  font-size:                      .7em;
  height:                         100%;
  margin:                         0px;
  padding:                        0px;
  text-align:                     center;
}

a
{
  color:                          #333333;
  text-decoration:                none;
}

a:hover,
a:active
{
  color:                          #CC0000;
  text-decoration:                underline;
}

a img
{
  border:                         0px;
}

#content
{
  height:                         450px;
  left:                           50%;
  line-height:                    1px;
  margin:                         -225px 0px 0px -375px;
  position:                       absolute;
  top:                            50%;
  width:                          751px;
}

#content ul
{
  margin:                         0px;
  padding:                        0px;
  position:                       absolute;
  right:                          19px;
  text-align:                     right;
  top:                            52px;
  width:                          auto;
}

#content ul li
{
  background-image:               none;
  float:                          left;
  list-style-image:               none;
  list-style-type:                none;
  margin:                         0px;
  padding:                        0px 5px;
}

#footer
{
  bottom:                         .25em;
  left:                           0px;
  position:                       absolute;
  font-style:                     normal;
  text-align:                     center;
  width:                          100%;
}

