*{
	
	margin: 0px;
	padding: 0px;
}

html {
	overflow:auto;
	
}

html, body {
	height: 100%;
	width: 100%;
	background-color: #ccc;
}

#flashcontent {
	height:100%;
	width: 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:#000;
}