#flashcontent {
	height: 100%;
	width: 100%;
	background-color: #eeeeee;
}
#flashcontent_inside {
	position: absolute;
	height: 200px;
	width: 400px;
	margin: -100px 0px 0px -200px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: auto;
	font: normal 0.7em verdana;
	line-height: 1.5em;
	color: #666666;
}
#flashcontent_inside a:link, #flashcontent_inside a:active, #flashcontent_inside a:visited {
	color: #607286;
	text-decoration: none;
}
#flashcontent_inside a:hover {
	color: #607286;
	text-decoration: underline;
}