body {
    background: url("/images/index/background.jpeg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    text-align: right;
    background-position: right;
}

a {
    text-decoration: none;
    color: black;
}