html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family:arial;
}

#flashcontent {
	height:100%;
	overflow:auto; /* initially set to auto for alternate content, we reset to 'hidden' within the swfscroll.js file */
	/*
	overflow-x: auto;
	overflow-y: auto;
	*/
}
	
#alternateContent {
	width: 740px;
}

p {
	color:#fff;
}

h3 {
	color:#fff;
	margin-left:20px;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0px;
}
