
.default {
	background-color:#FFFFFF;
	
	}
	
#flash{	    
  position: absolute;
      left: 50%;
      top: 50%;
      width: 1024px;
      height: 580px;
      margin-left: -512px; /* half of width */
      margin-top: -340px;  /* half of height */

}



