* { 
	margin: 0;
	padding: 0;
	outline: 0;
}

body {text-align: center;

	font-family: arial;
	font-size: 62.5%;
	background: #1ffffff url() repeat-x 0 670px;
}

object {
	display: block;
}

#content {
	
	width: ;
	background-color: #ffffff;
}

#flashcontent {
	overflow:hidden;
	width: 100%;
	height: 840px;
	background: #fff;
}

	#flashcontent h1 {
		font-size: 2em;
		text-align: center;
		padding: 0 0 20px;
	}
	
	#flashcontent p { 
		text-align: center;
		font-size: 1.2em;
	}
	
	#flashcontent p a { color: #ff0000; }
		
