/* CSS Document */

* { margin: 0; padding: 0; }

html, body { height: 100%; }

#wrapper {
	position: relative;
	width: 800px; height: 100%;
	margin: 0 auto 0 auto;
}

#primaryContent {
	width: 800px; height: 100%;
	display: block;
	background: url(../startscreen.jpg) center center no-repeat; 
}

#flashContent {
	height: 100%;
}