h1 {
 font-size: 1em;
 font-family: helvetica;
} 

a {
 font-size: 1em;
 font-family: helvetica;
 color: #333333;
 text-decoration: none;
}

#content {
 position: relative;
 top: 50px;
 width: 500px;
 margin-left: auto;
 margin-right: auto;
 background-color: #ffffff;
 padding: 2px 10px 10px 10px;
 opacity: 0.7;
 border: 0px;
 border-radius: 5px;
 float: center;
 box-shadow: 5px 5px 20px #999999;
}

#footer {
 position: absolute;
 bottom: 20px;
 left: 0px;
 width: 100%;
 background-color: #333333;
 opacity: 0.7;
 box-shadow: 5px 5px 20px #999999;
}
