
body {
    background-color: #221f20;
}

#header {
    background-color: #012345;
}

#main-page {
    background-color: white;
    background-image: url(/static/images/europe_map.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

#main-footer {
    background-color: #012345;
    padding: 0.4em 0;
}

