body {
    background-image:url("../images/red_background.jpeg");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size:cover;
    background-color: #ffffff;
    font-family: arial, verdana, sans-serif;
}
