body
{
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: #000000;
}

#masthead
{
  position: relative;
  background: url("/image/default/sky.png") repeat-x;
  margin: 0;
  padding: 0;
  height: 78px;
}

#masthead h1
{
  position: absolute;
  left: 0.1em;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#masthead h1 img
{
  position: absolute;
  bottom: 8px;
}

#sprite
{
  background: url("/image/default/blimp.png");
  width: 133px;
  height: 70px;
  float: right;
}

a {color:#006666}

#footer
{ 
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid black;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
} 
  
#footer p
{ 
  margin: 0;
}

