body{
    width: 80%;
    margin: auto;
    background-image: url(http://i.imgur.com/kQ36wt4.jpg);
    padding-top: 10px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #ffffff;
}
header{
    height: 100px;
    width: 100%;
}
section {
    background-color: rgba(84,84,84, 0.6);
    padding-bottom: 120px;
}
footer {
    bottom: 0;
    height: 50px;
    background-color: rgba(84,84,84, 0.6);
}
p {
text-align: center;
}
