body {
	margin-top: 5px;
}

#ContentPress
{
	z-index:3;
	position: absolute;
	width: 540px;
	height: 390px;
	top: 150px;
	left: 50%;
	margin-top: 0px;
	margin-left: -300px;
	border:solid 1px #CCCCCC;
	display:none;
}
#ContentPress a
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
}

#ContentVideo
{
	z-index:4;
	position: absolute;
	width: 540px;
	height: 390px;
	top: 150px;
	left: 50%;
	margin-top: 0px;
	margin-left: -300px;
	border:solid 1px #CCCCCC;
	display:none;
}
#ContentVideo a
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
}


#FlashContent
{
	z-index:2;
	position: absolute;
	width: 994px;
	height: 620px;
	top: 5px;
	left: 50%;
	margin-top: 0;
	margin-left: -497px;
	display:block;
}


#HtmlContent, #HtmlContent a
{
	z-index:1;
	position: absolute;
	top: 0px;
	right: 20px;
	display:block;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 9px;
}

