body {
	background-color: #EC1C24;
	margin: 0;
	padding: 0;
}
div#frame, div#hideflash {
	width: 950px;
	height: 540px;
	background-color: #FFFFFF; 
	position: absolute;	/* mandatory for modalbox overlay */
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -270px;
	text-align: center;
}
div#pause {
	display: none;
}
div#frame img {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -275px;
	bottom: 0;
}
#copy {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: 270px;
	color: #FFFFFF;
	display: inline;
}
#copy a {
	color: #FFFFFF;
}

