html {

	font-family: Tahoma, Arial, Helvetica;
}

img{
	border: none;	
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}

#flashcontent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 910px;
	height: 520px;
	margin-left: -455px;
	margin-top: -260px;
}

#noflash{
	text-align: left;	
}

h1{
	color: #fa0000;	
	font-size: 40px;
	margin-bottom: 10px;
}

h2{
	color: #727272;
	font-size: 18px;
	margin-top: 0;	
}

#info{
	margin: 20px 0 0 0;
	width: 340px;
	float: left;

}

#info img{
	float: left;
}

#info p{
	margin: 15px 0 0 5px;
	color: #fa0000;	
	font-size: 14px;
	float: left;
}	
		