body
  {
    background-image: url('background.png');
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-attachment: fixed;
    background-color: #222222;
  }

#main { 
        background-color: #FFFFFF;
        width: 600px;
        margin-left: 15%;
        margin-right: auto;
        padding: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 100%;
        filter:alpha(opacity=75);
        moz-opacity:0.75;
        khtml-opacity: 0.75;
        opacity: 0.75;
}


h1
{
    font-variant: small-caps;
    font-family: georgia;
    font-size: 40pt;
    color: #440000;
}

h2
{
    font-variant: small-caps;
    font-family: georgia;
    font-size: 24pt;
    color: #440000;
  text-align: center;
}

#content
{
  font-family: georgia;
  font-size: 12pt;
  color: #440000;
}

#footer { 
  font-family: georgia;
  font-size: 6pt;
  color: #444444;
}

a {
  color: #444444;
}