* {
    padding: 0;
    margin: 0;
} 

body {
background: #330000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #FFFFFF;
}

a { color: #aaa; text-decoration: none;}
a:hover { text-decoration: none; color : #FFFFFF; }

#wrap {
margin: 40px auto 0 auto;
width: 726px;
}


.center {
height: 100%;
margin: 10px;
align: center;
border: 2px solid #990000;
font-size: 13px;
padding: 10px;
background: #000000;
}
.center h1 {
margin: 20px;
height: 30px;
font-size: 20px;
letter-spacing: 2px;
color: #aaa;
text-align: center;
line-height: 20px;
}
.center h2 {
font-size: 40px;
letter-spacing: 3px;
text-align: center;
color: #aaa;
line-height: 20px;
}
.center h3 {
height: 20px;
font-size: 20px;
letter-spacing: 3px;
text-align: left;
color: #aaa;
}

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 2px solid #990000;
padding: 2px;
background: #000000;
}