*
{
  background-color: rgb(96,192,144);
  font-family: helvetica;
}

div
{
  margin: 0 auto;
}

h1
{
  font-family: georgia,times;
  font-size: 32px;
}

#header
{
}

#content
{
  width: 800px;
}

#leftpanel
{
  float: left;
  width: 400px;
}

#rightpanel
{
  float: right;
  width: 400px;
}