body {
background-color:#C8A2C8;
}
h1{
color:#808080;
font-family:"Verdana";
font-size:60px;
text-shadow: 2px 1px #BDBDBD;
}
h2{
color:#808080;
font-family:"Verdana";
font-size:30px;
font-style:oblique;
}
#container{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}
#content {
   width: 624px;
   margin-left: auto;
   margin-right: auto;
   height: 395px;
}