html, body {
  margin: 0;
  margin-top:4px;
  padding: 0;
  border: 0;
  font-family:tahoma;
  font-size:12px;
  text-align:center;
}
body { background-color: #000; }
#main {
  width:800px;
  margin:0px auto;
  max-width: 1000px;
  background-color:#000;
  padding: 1em;

} 
#main1 {
  width: 700px;
  max-width: 700px;
  background-color:#fff;
  margin: 2em auto;
  padding: 1em;
  border:2px solid #808080;
  font-family:tahoma;
  font-size:13px;
} 
a{
font-family:tahoma;
font-size:11px;
color:#D52C00;
text-decoration:none;
font-weight:900;
}
a:hover{text-decoration:underline}
a.m1{
font-family:tahoma;
font-size:11;
color:#8A8A8A;
font-weight:300
}
a.m1:hover{text-decoration:underline}
a.m2{
font-family:tahoma;
font-size:11;
color:#D52C00;
font-weight:900;
}
a.m2:hover{text-decoration:underline}
.footer {text-align: center; font-size: 0.75em;color:#fff;font-family:tahoma;}