body{
    margin: 0px;
    padding: 0px;
    background-image: url('images/body_background.png');
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    color: black;
}
