html {
    background-color: #000000;
    background-image:url(/http/bangface.com/images/backgrounds/bangface_logoRed.jpg);
    background-attachment: fixed;
}
body {
    color: white;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 15px 25px 25px 25px;
    background-color: #ff0000;
    width: 900px;
}
#header a img {
    width: 850px;
    height: 200px;
}
h1 {
    background-color: white;
    color: red;
    line-height:40px;
    font-size: 18pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
#footer {
    clear: both;
    padding-top: 20px;
}
a:link, a:visited {
    color: #ffffff;
}
a:active, a:hover {
    color: #ffff00;
}
a.archivesButton {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: red;
    background-color: white;
    text-decoration: none;
    padding: 0 10px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}
a.archivesButton:hover {
    font-style: italic;
    padding-left: 11px;
}