html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#flashcontent {
	height:100%;
	overflow:auto;
}
	
#alternateContent {
	width: 740px;
}

p {
	color:#fff;
}