body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#frame {
	height: 100%;
	width: 100%;
}
#content {
	width: 100%;
	text-align: center;
}
#flash {
	background-color: #FFFFFF;
	height: 450px;
	width: 950px;
}

.toprow {
	background-color: #FFFFFF;
	height: 76px;
}
.bottomrow {
	background-color: #FFFFFF;
	height: 64px;
}
.middlerow {
	background-color: #333333;
	height: 400px;
}
