/* - - - - - - - - - - - - - - - - - - - - -

Title : Flash Highlight CSS
Author : Kevin Hale
URL : http://particletree.com



#container{
	position:absolute;
	top:134px;
	left:210px;
	padding:50px 0 0 0;
	z-index:1002;
	width:600px;
}
#flash{
	background-color:#CC0033;
	height: 500px;
	width: 500px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
}

