﻿#wrapper {
    background: #ead983 url(images/LLR2_background.jpg) no-repeat center top;
    width: auto;
    height: 1200px;
    position: relative;
    margin: 0 auto;
}
#llr-div-body {
    height: auto;
    margin: 0 auto;
    width: 1018px;
    position: relative;
}

#header {
    background: url(images/logo.jpg) no-repeat center top;
    width: 1018px;
    height: 134px;
    position: relative;
}

#content {
    background: url(images/content_repeater2.png) repeat-y center top;
    width: 1018px;
    min-height: 800px;
    height: auto !important;
    height: 800px;
}



.llr-full {
    margin: 0;
    padding: 10px 70px;
}

#footer {
    background: url(images/interior-footer.png) no-repeat center top;
    width: 1018px;
    height: 256px;
    margin: 0 auto;
}

/*------------- WEBINAR ----------------------*/

#div-webinar-bar {
    background: url(images/interior-webinar.jpg) no-repeat center top;
    width: 888px;
    height: 222px;
    margin: 0 0 0 59px;
}

.div-webinar-info {
    padding: 150px 0 0 100px;
    text-align: center;
    width: 700px;
}
.div-webinar-info h2 {
    color: #FFF0C0;
    text-align: center;
    font-size: 18px;
}
.div-webinar-info h2 a {
    color: #FFF0C0 !important;
}

#div-webinar-access {
    padding: 0 170px 0 0;
    color: #FFF0C0;
    float: right;
}
#div-webinar-access a {
    color: #FFF0C0;
}





