body{
    font-family: "Niveau Grotesk","Helvetica Neue", Helvetica, Arial, sans-serif;
    margin:0;
    padding:0;
    background:#2b0030;
    color:#fff;
}
h1{
    font-size:150%;
    line-height:165%;
    margin:0;
}
p{
    font-size: 100%;
    line-height: 120%;
    margin: 2% 0;
    padding:2%;
}
.main{
    position:relative;
    margin:0 auto;
    padding:0;
    background:#E8E8E8;
    overflow:hidden;
}
.header, .footer{
    width:100%;
    margin:0;
    padding:0;
}
.header{
    height:auto;
}
.footer{
    height:100px;
}
.page-title{
    position:relative;
    margin:0 auto;
    padding:0;
    width:auto;
    height:auto;
    overflow:hidden;
    text-align:center;
}
.center{
    position:relative;
    margin:5px;
    background:#666;
    overflow:hidden;
}
.logo{
    width:20%;
    height:auto;
    margin:10px auto 0;
    padding:0;
}
.logo-img{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
}
.ad-120x600{
    width:120px;
    height:600px;
}
.ad-160x600{
    width:160px;
    height:600px;
}
.ad-300x250{
    width:300px;
    height:250px;
}
.ad-728x90{
    width:728px;
    height:90px;
}
.ad-300x600{
    width:300px;
    height:600px;
}
.ad-300x50{
    width:300px;
    height:50px;
}
.ad-320x50{
    width:320px;
    min-height:50px;
}
.ad-970x250{
    width:970px;
    height:250px;
}
.ad-container{
    position:relative;
    background:linear-gradient(to bottom right,#ea00ad 0,#ff6500 100%);
    margin:5px;
    overflow:visible;
    z-index:100;
    float:left;
}
.mobile-ad-container{
    width:640px;
    height:60px;
    margin:0 auto;
    padding:0;
}
.left-ads, .right-ads, .center, .header, .footer{
    position:relative;
    float:left;
}
.left-ads{
    width:170px;
    height:610px;
}
.right-ads{
    width:310px;
    height:870px;
}
.top-ads{
    width:738px;
    height:100px;
    margin:0 auto;
}
.top-ads-lg{
    width:988px;
    height:260px;
    margin:0 auto;
}
.bottom-ads{
    width:738px;
    height:100px;
    margin:0 auto;
}

.bgtxt{
    position:absolute;
    z-index:-1;
}
.ad-video{
    position:relative;
    width:70%;
    min-width:640px;
    height:360px;
    background:gray;
    margin:10px auto;
    overflow:hidden;
}
.ad-audio{
    position:relative;
    width:70%;
    min-height:50px;
    background:gray;
    margin:10px auto;
    overflow:hidden;
}

#apn_ad_slot_video{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    margin:auto;
    padding:0;
}
#videoplayer,#audioplayer{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
}
#videoplayer{
    height:360px;
}
#audioplayer{
    min-height:50px;
}
#content, #adContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contentElement {
    width: 100%;
    height: 100%;
    overflow: hidden; 
}
#playButton,#playpause,#fullscreen,#vol-control {
    position:absolute;
    top:90%;
    margin-top:0;
    vertical-align: top;
    width: 25%;
    height: 10%;
    padding: 0;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #2c3e50;
    border: 0;
    border-bottom: 2px solid #22303f;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #22303f;
    box-shadow: inset 0 -2px #22303f;
    z-index:1000;
}
#playButton,#playpause {
    left:0;
}
#fullscreen {
    left:160px;
    display:none;
}
#vol-control {
    left:74%;
}

@media screen and (max-width: 479px){
    .main{
        max-width:360px;
        height:auto;
        padding-bottom:70px;
    }
    .center{
        width:350px;
        min-height:600px;
    }
    .left-ads, .right-ads, .footer, .header{
        display:none;
    }
    .mobile-ad-container{
        width:330px;
    }
    .ad-300x50{
        padding:0 10px;
    }
    .ad-320x50{
        position:fixed;
        bottom:0;
        z-index:1000;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px){
    .main{
        width:738px;
        min-height:820px;
        padding-bottom:110px;
    }
    .center{
        width:558px;
        min-height:700px;
    }
    .right-ads{
        display:none;
    }
    .mobile-ad-container{
        width:320px;
    }
    .ad-300x50{
        padding:0 10px;
    }
    .footer{
        position:fixed;
        width:738px;
        bottom:0;
        z-index:1000;
    }
}
@media screen and (min-width: 768px) and (max-width: 1400px){
    .main{
        width:1000px;
        min-height:900px;
    }
    .center{
        width:510px;
        min-height:600px;
    }
    .mobile-ad-container{
        width:320px;
    }
    .ad-300x50{
        padding:0 10px;
    }
}
@media screen and (min-width: 1401px){
    .main{
        width:1400px;
        min-height:900px;
    }
    .center{
        width:910px;
        min-height:600px;
    }
}