body {
  background-color: black;
  background-image: url(media/bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

	#flashcontent {
		position: absolute;
		width: 720px;
		height: 480px;
		left: 50%;
		top: 50px;
		margin-left: -360px;
	}
