#main {
    height: 0;
    padding: 0;
}
#banner {
    width: 100%;
    height: 520px;
    background: url("/media/frontpage_1.jpg") no-repeat 50% 0;
}
#front-caption {
    width: 900px;
    margin: 0 auto;
    padding-top: 150px;
    text-align: right;
}
body {
    background: #fff;
}

