#container
{
  position: relative;
  margin: 0 auto;
  width: 600px;
  height: 970px;
  text-align: left;
  background: #eeffee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 2px solid silver;
}

#header
{
  position: absolute;
  height: 75px;
  width: 600px;
  background: #ccffcc;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

html>body #header 
{
  width: 560px;
}

#header h1 
{ 
  font-size: 4.0em;
  height:100px;
  color: #2f4f4f;
  margin: 0;
  text-align: center; 
  font-family: Arial, Verdana, Georgia;
}


#content
{
  position: absolute;
  top: 125px;
  clear: left;
  width: 560px;
  padding: 20px;
  font-family: Arial, Georgia;
}

#content h2
{
  color:#000;
  font-size: 160%;
  margin: 0 0 .5em;
}

#footer
{
  position: relative;
  background: #ccffcc;
  text-align: right;
  top:  100%;
  font-family: arial;
  font-size: .7em;
  padding: 10px;
  height: 2%;
}

body
{
 background: #eeeeff;
  text-align: center;
}

table, th, td
{
  border-collapse: collapse;
  padding: 3px 7px 3px 7px;
  border: 1px solid #483d8b;
  background-color: #ddddff;
  color: black;
}




