	* {
		margin: 0;
		padding: 0;
	}

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	
	#flashcontent h1 {
		width: 40em;
		border-bottom: solid 1px;
		font-size: 1em;
		margin: 0.5em;
		padding-bottom: 0.5em;
	}
	
	#flashcontent p {
		width: 40em;
		margin: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: solid 1px;
	}
	
	a:link { 
		color: #E31B23;
		text-decoration: none; 
	}
	
	a:visited {
		color: #E31B23;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
	}

	body {
		height: 100%;
		font: 76% Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		background:#971B1E;
		color:#FFF;
	}
