@charset "utf-8";
body header {
    background-color: #22FF00;
    color: #000000;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0px 0px #FFFFFF;
    height: 50px;
}
#header {
    height: 41px;
    clear: both;
}
body header img {
    clear: both;

}
header figure a {
    clear: both;
}


body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #22FF00;
    float: none;
}
