html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px 20px;
  margin:0px;
}
h1 {
font-size: 11px;
text-transform:lowercase;
text-align: center;
color: black;
font-color: black;
background-color: #000000;
padding:5px 5px;
margin:0px;
}
a { 
color: #000000;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
#content {
border:4px solid #000000; 
background-color:black;
color:black;
width:600px;
height:500px;
text-align: left;
}

#header {
border:0px solid #000000; 
background-color:#fff;
background-position: bottom; 
width:600px;
text-align: left;
}

#footer {
border-bottom:3px solid #000000; 
border-left:3px solid #000000; 
border-right:3px solid #000000; 
background-color:#000000;
width:600px;
text-align: center;
font-color: black;
}

#sig {
border:0px solid #000000; 
background-color:#fff;
background-position: bottom; 
width:100px;
text-align: right;
}

#sig img {
border:0px solid #000000; 
width:10px; 
}
