 
body{
    background:#eef;
    font-family: Arial, sans-serif;
    
}
     .bannerTop{
        width:100%;z-index: -1;
    height:400px;
     text-align:center; 
  position: relative; 
  margin: auto; 
        
    }  
 
  #divcontainer {  
  display: block;
  position: relative;
  text-align:center;
  margin-left: auto;
  margin-right: auto; 
  padding:10px;
  max-width:90%;  
  background:#fff;
}
  
h1 {
  text-shadow: 2px 2px #ff0000;
}
 .stitle {
  display: none;
  position: absolute;
  top:-100px;
  left:50px;
  color:white;
  font-weight:bold;
  text-shadow: 2px 2px 2px #000, 
               5px 5px 8px #036; 
}
 /*
.marge{
    margin-left:40px
    } */
  