.wrapper{
   margin: 0px auto;
   width: 800px;
   background-color: #cccccc;
}
.header{
   float: left;
   width: 100%;
   background-color: #ffffff;
   border-bottom: 1px solid #AAA;
}
.content{
   float: left;
   width: 100%;
   background-color: #ffffff;
   font: 13px Arial, Verdana, sans-serif; 
   color: #35383d;
   line-height: 20px;
}
.footer{
   float: left;
   width: 100%;
   background-color: #ffffff;
   text-align: center;
   font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
   border-top: 1px solid #AAA;
   line-height: 30px;
}
body {
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #ffffff;
}

a:link img
{
border: 0px;
}

a:visited img
{
border: 0px;
}

h1 {
font-size: 20px Arial, Verdana, sans-serif;
line-height: 26px;
font-weight: bold;
color: #545454;
}

h2 {
font-size: 18px Arial, Verdana, sans-serif;
line-height: 26px;
font-weight: bold;
color: #545454;
}


