@import url("layout.css"); /*layout css file*/
@import url("customize.css"); /*Use this file to customize your website*/


#overlayflash {
width:100%;
height:1000px; /*higher than current page height*/
background:#FFFFFF!important;
z-index:99999;
position:absolute;
top: 0; right: 0; bottom: 0; left: 0;
text-align:center;
}
