body {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;

    background-image: url("../pattern.jpg");
    background-repeat: repeat;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

#bgSignature {
    background-image: url("../signature.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 280px;
}

#bgMountains {
    background-image: url("../mountains.jpg");
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 500px;
    height: 600px;
}