html, body {
	height: 100%;
	width:100%;
	margin:0px; padding:0px;
	background-color: #F0F0F0;
}
	
#content {
	width:100%;
	height: 100%;
	margin:0px auto;
}
#flash-holder {
	width: 100%;
	height: 100%;
}

