﻿.divPageContainer{
    width:1200px;
    display:inline-block;
    height:auto;
    margin-top: -270px;  
    background-color: #f1f1f1;
    z-index:995;
   
      
}
.divTheContent{
    width:950px;
    background-color :white;
    font-family :inherit;
    text-align :center;
    min-height:200px;
    float:left;
     min-height:600px;
   
}

.divTitle{
    width:100%;
    display:inline-block;
    height :auto;
    text-align:center;  
    margin-bottom:20px; 
}

.lblTitle{
    font-size: xx-large;
    font-style:italic;
    color:darkslategray; 
    margin:20px;
    display:inline-block;    
}

@media screen and (max-width: 800px) {
    
    .divPageContainer {
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .divPageContainer {
        width: 100%;
    }
    .divTheContent{
        width :100%;
    }

    .lblTitle {
        margin-top: 70px;
    }
}
