/* CSS Document */

#floatingflash {
	position: absolute;
	left: 150px;
	top: 239px;
	width: 550px;
	height: 270;
}

#content {
	background: url(background.gif) no-repeat;
}

#content a:link {
	color: #00FF00;
	text-decoration: underline; 
}

#content a:hover {
	color: #FFB300;
	text-decoration: underline; 
}

