@charset "UTF-8";
/* CSS Document */

#flash{
		position: relative; 
		display: inline; 
		width: 960px; 
		height: 315px; 
		background: #fff;
		z-index: 1;
	
		}
		
#bottom{
		position: relative; 
		display: block; 
		width: 960px; 
		height: 307px; 
		background: #aebec0;  
		-moz-border-radius-bottomleft: 10px; 
		-moz-border-radius-bottomright: 10px; 
		-webkit-border-bottom-left-radius: 10px; 
		-webkit-border-bottom-right-radius: 10px;
		}

