body {
    background-color: #FFFFFF;
    font-size: 14px;
    background-image: url('/bg.png');
}
a, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#headerImg {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
}
#nav {
    position: absolute; 
    top: 205px;
}
#nav ul {
    list-style: none;
}
#nav li {
    color: white;
    float: left;
}
#nav a {
    margin: 2px;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
    background-color: #0059A9;
    display: block;
    color: white;
}
#nav a:hover {
    background-color: #EB2224;
}

#content {
    position: absolute;
    left: 10px;
    top: 250px;
    right: 10px;
}

#footer {
    clear: both;
    margin: 0 auto;
    font-size: 0.8em;
    color: #949494;
    text-align: center;
    padding-top:100px;
}
#footer a {
    color: #949494;
}

.more {
    float: right;
    color: #C7C8C9;
}
