html {
	height: 100%;
}

body {
	height: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
}

#outerContainer {
	overflow: hidden;
	position: relative;
	height: 100%;
}

#header {
	position: relative;
	height: 107px;
}

#flashContent {
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 100%;
}

.fsFlash {
	position:absolute;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	overflow: hidden;
}
