* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #2D537D;		
}
#top {
	height: 350px;
	width: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#bottom {
	background: url(../images/flower_bkgd_02.gif) no-repeat right bottom;
	height: 350px;
	width: 350px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-250px; /* half of container's height */
	float:left;
}

#flash {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:550px;
	width:750px;
	clear:left;
	font: 10px Verdana;
	border: 1px solid #FFFFFF;
}

#flash div {
	font-size:80%;
	float:right;
	width:17em;
	margin-left:2em;
}
#dist { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-150px; /* half of container's height */
	float:left;
}

#alternate {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:200px;
	width:506px;
	clear:left;
	font: 10px Verdana;
}

#alternate div {
	font-size:80%;
	float:right;
	width:17em;
	margin-left:2em;
}
.style4 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #E31584;}
