#flash_wrap {
	width:590px;
	height:155px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/genesis-ice.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
#flash_content {
	margin:86px 0 0 0;
	padding:0;
	height:auto;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	width: 590px;
	background: transparent url(../images/bg_trans.png) repeat scroll 0 0;
	cursor: default;
}
#flash_content li {
	list-style-type: none;
	height: 50px;
	position: absolute;
	width: 100%;
	top: 0px;
}
#flash_content p  {
	position:relative;
	text-decoration:none;
	font-weight:bold;
	margin: 0px;
	display: block;
}
#flash_content #title  {
	color: #FFF;
	font-size: 3em;
	padding: 2px 12px 0 20px;
}
#flash_content #subtitle  {
	color: #D6CDA8;
	font-size: 2em;
	padding: 10px 12px 0 20px;
}
#flash_content #text {
	color: #F03935;
	font-size: 1.8em;
	padding: 10px 12px 0 20px;
}

