body {
    background-image: url("images/bg.png");
    background-repeat: repeat;
    background-color: #292929;
    background-attachment: fixed;
}
.back {
    right: 0px;
    bottom: 0px;
    position: fixed;
}