html,body {
	height: 100%;
}
body,div {
	margin:0px;
	padding:0px;
}
#flashcontent {
	height: 100%;
	width: 100%;
	position: relative;
}
#ctrl {
	width: 320px;
	margin-top: -70px;
	margin-left: -160px;
	height: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
}
p {
	font-family: Arial, Tahoma;
	font-size: 13px;
	color: #6c6c6c;
	text-align: center;
}
a {
	color: #da1e49;
	text-decoration: none;
}
a:hover {
	color: #da1e49;
	text-decoration: none;
}
