html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #222222;
}

#flashcontent {
	height:100%;
	overflow:auto;
	background-color: #000;
}
	
#alternateContent {
	width: 900px;
}

p {
	color:#fff;
}

#facebox div.footer {
	position: absolute;
	top: 0px;
	right: 20px;
}

#facebox div.content {
	margin-top: 10px;
}

a {
	color: #000000;
}
