body {
    
    background-repeat: repeat;
    background-image:url('../images/puskasBg2.gif');    
}


.contentWrapper {
    margin-top: 35px;
}




.viewPage {
    background-color: #000;
    padding: 10px;
}

.viewPage .contentTitle {
    color: #E7BC64;
    text-align: center;
    
    background-image: url('../images/pubLogo.jpg');
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 24px center;    
    
}

.puskasTopHeader {
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url('../images/puskasMemory.jpg');
    background-repeat: no-repeat;
}

.viewPage .contentTitle .contentTitle2 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

.viewPage .contentTitle .contentTitleImg {
    float: right;
    margin-top: -86px;    
}
.viewPage .contentTitle img {
                width: 80px;
                height: 80px;
                }



.viewPage .fck {
    color: #999;
    font-size: 18px;
}



h2 {
    color: #fff;
}

.mainBox {
    background-color: transparent;
}


.m2adminForm label {
    color: #999!important;
}

.viewPage {
    background-image: url('../images/pubLogo.jpg');
    background-repeat: no-repeat;
    background-size: 60px 60px;

    background-position: top 55px right 29px;


}



@media only screen and (max-width: 640px) {
    
    
    .viewPage .contentTitle {
        background-image: none;
        
        margin-left: 79px;
        font-size: 18px;        
        
    }
    .contentTitleImg {
        display: none;
    }
    
    .viewPage .contentTitle .contentTitle2 {
            font-size: 17px;
    }
    
    
    
    
}