html,body {
		background-color: #000000;
		overflow: hidden;
	}
div#wrapper {
		margin: 0px;
		padding: 0px;
	}
div#flashcontent {
		background-repeat: repeat;
		background-position: center;
		margin: -300px 0px 0px -600px;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		width: 1200px;
		height: 600px;
	}