body {
    background: #0c9 url("img/background.gif") center repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.01%;
    margin:0; padding:0;
}

#content {
    font-size: 85%;
    width: 500px;
    margin: 0 auto;
    padding-bottom: 140px;
}

header { 
    height: 250px;    
}

header img {
    float: right;
    margin-top: 30px;
}

#box h1 {
    font-family: "Arial Black", "Helvetica Black", sans-serif;
    font-size: 30px;
    color: #333;
    margin: 0 0 30px;
    line-height: 1.2em;
}

.contact a {
    padding: 46px 0 0 70px;
    color: #0c9;
    height: 30px;
    display: block;
    background: url("img/mail_normal.gif") no-repeat;
}

.contact a:hover {
    background: url("img/mail_hover.gif") no-repeat;
    color: #000;
}

footer {
    position: fixed;
    bottom:0;
    height: 100px;
    background: #333;
    color: #fff;
    width: 100%;
}
footer h1 {
    color: #0c9;
    font-size: 12px;
    font-family: "Arial Black", "Helvetica Black", sans-serif;
    padding: 2em 0 0 0;
    margin: 0;
    width: 500px;
    margin: 0 auto;
}

footer p {
    color: #fff;
    font-size: 12px;   
    width: 500px;
    margin: 0 auto;
}
