body, html {
    min-height: 100%;
    height: 100%;
}

body {
    background-color: #dedbd6;
    background-image: url('back.jpg');
    background-position: center center;
    background-repeat: repeat-x;
}

.banner {
    position: absolute;
    width: 1024px;
    height: 768px;
    background-image: url('banner.jpg');
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -512px;
    margin-top: -384px;
}

.link {
    position: relative;
    display: inline-block;
    top: 590px;
    left: 375px;
    background: transparent;
    height: 50px;
    width: 280px;
    text-decoration: none;
}