html { height: 100%; }

body {
	background-color: #e8e9db;
	height: 100%;
}

#container {
	width: 970px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #e8e9db;
}

#content {
	height: 575px;
}

#flashcontent {
	width: 970px;
	height: 555px;
}