* { margin: 0px; padding: 0px;}

body
{
    background-color: white;
}

div#banner
{
    width: 1000px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('image.jpg');
    margin-top: 150px;
}

div#footer
{
    padding-top: 50px;
    width: 1000px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

p.footer { font-size: 12px; text-align: center;}

a { text-decoration: none; color: red;}
a:hover { text-decoration: underline; color: black;}
