/**************************
 * Privacy policy & EULA *
 **************************/
body {
    padding: 0px;
    margin: 0px;
    background-color: #2c2ab7;
}
.layout{
    padding-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #fff;
}
.layout .header {
    height: 650px;
}
.layout .header .motive {
    background: url('../img/sp_header.png') 0px 0 no-repeat transparent;
    width: 1200px;
    height: 650px;
    margin: 0 auto;
    text-align: center;
}
.layout a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.layout a:hover {
    cursor: pointer;
}
.layout .content {
    width: 919px;
    margin: 0 auto;
    padding: 0 25px;
    font-size: 14px;
    line-height: 24px;
}
.layout .content h1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: -50px 0 40px;
}
.layout .content h2 {
    margin: 32px 0 20px;
    font-size: 24px;
    font-weight: bold;
}

.layout .content p {
    text-align: justify;
    margin: 10px 0;
}
.layout .content h3 {
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.layout .content h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 5px;
}
.layout .content ul {
    list-style: disc;
    margin-left: 30px;
}
.layout .content li {
    padding-left: 5px;
}

/************************
 * Facebook permissions *
 ************************/

/* facebook permissions bg */
body#fb-permissions{
    background: #142472;
}
div.bg{
    height: 650px;
    background: url('../img/1px.png') repeat-x;
}
/* facebook permissions teaser center */
div.teaser{
    position: relative;
    left: 50%;
}
/* facebook permissions teaser */
div.teaser:after{
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: -650px;
    width: 1300px;
    height: 650px;
    background: url('../img/preloader.png') no-repeat;
}