html {
	background-color: #212122;
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	overflow:auto;
	*
}

body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	background-color: #212122;
}

#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;
	*/
	margin: 0;
	padding: 0;
}
	
#alternateContent {
	width: 100px;
	height:100px;
}

p {
	
}