* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%;
	background:transparent url('bg.jpg') repeat;
	text-align: center;
	}
	
.wrapper {
	width:100%;
	margin-top: 60px; /* Change this to how much space you want at the top of the page.  Use px for anything over zero */
	}
	
#swf1 {
	width: 850px; /* Change this to the width of the swf */
	height: 550px; /* Change this to the height of the swf */
	border: 0;
	margin: 0 auto;
	}
	