html {
	height: 100%;
}
body {
	padding:0; 
	margin:0;
	height:100%;
	text-align:center;
	
	/* This background value is originally from the place holder css file
	background: #fff6f7;	*/
	background: #E7CECE url(../../assets/images/bg.png) repeat-x;
}

	#swfcontent {
		/*
		width: 100%;
		height: 100%;
		*/
		padding:0;
		margin:0;

	}
	
		h1 {
			position: absolute; 
			display:none; 
			left: -100em; 
			width: 100em
		}