
BODY {
	background-color: #000000;
	background-image: url(/img/florp_bg1.jpg);
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

DIV#shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 482px;
	background-image: url(/img/florp_shadow50.png);
	background-repeat: repeat-x;
}

DIV#dance {
	position: absolute;
	top: -10px;
	left: -12px;
	width: 344px;
	height: 272px;
	overflow: hidden;
	background-image: url(/img/dance.png);
	background-repeat: no-repeat;
}

DIV#content {
	position: absolute;
	top: 0px;
	left: 0px;
}

