#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:780px;
  height: 100%;
  margin: auto;
  font-family: "trebuchet MS",sans-serif;
} 
body {
 background-color: #FFFFFF;
 text-align: center;
 margin: 0 auto;
}
h1 {
 font-size: 15px;
}
h2 {
 font-size: 13px;
}
p {
 font-size: 10px;
}
a {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
td {
 text-align: center;
}
#wrap {
 width: 780px;
 padding-top: 20px;
 
}
#header {
 background: #FFF;
 width: 780px;
 height: 0px;
 overflow: hidden;
}
#content {
 background: #FFF;
 width: 550px;
 color: #000;
 padding: 10px;
 float:left;
 background-repeat: no-repeat;
}
#content2 {
 text-align: center;
 float:left;
 width: 120px;
 padding:10px;
}
#footer {
 text-align: center;
 font-size: 9px;
}
