html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: #CCCCCC;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	margin: 0;                
}
#fx-content {
	height: 100%;
}

#fx-content p {
	margin: 10px auto;  
	width: 500px;
}
