body{
    background-image: url("img/background.jpg");
}
div.page{
    width: 50%;
    margin: 10px auto 10px auto;
    border: 1px solid white;
    padding: 5px 5px 5px 5px;
    font-family: Arial, serif;
    font-size: 14px;
    font-weight: bold;
    background-color: black;
    text-align: center;
}
div.footer{
    width: 50%;
    margin: 0 auto 0 auto;
    border: 1px solid white;
    padding: 5px 5px 5px 5px;
    font-family: Arial, serif;
    font-size: 12px;
    background-color: black;
}
div.logo{
    width: 50%;
    margin: 5px auto 0 auto;
    border: 0;
}
div.page a{
    color: white;
    font-size: 11px;
}
div.title{
    width: 50%;
    margin: 150px auto 0 auto;
    text-align: center;
}