body 
{
	background-color: #ffffff;
	margin: 0px;
}	
#container 
{
	width: 100%;
	height: 100%;
}
#flashContent 
{
	top: 50%;
	left: 50%;
	width: 620px;
	height: 320px;
	margin-left: -310px;
	margin-top: -165px;
	padding: 0;
	position: absolute;	
	text-align: center; /* for IE */
}
.credit 
{
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.desc
{
	font-family: Arial;
	line-height: 16px;
	font-size: 11px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.slideDesc
{
	font-family: Arial;
	font-size: 11px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.title
{
	font-family: ArialBold;
	font-size: 13px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
