body {
    background: url(/img/bg.jpg) 50% 0 no-repeat;
    min-height: 1600px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: auto;
}

.text {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 85px;
    border: 1px solid #fff;
    font: 17px Tahoma;
    text-align: justify;
}

.text a {
    color: #4a95cf;
}

.social {
    position: absolute;
    bottom: 115px;
    right: 205px;
}