#footer_container
{
    width : 100%;
    height : 100px;

    margin-top : 10px;

    background-color : #0033a3;
}

#footer_main
{
    width : 80%;
    height : 100%;
}

#footer_main p
{
    color : white;
}