body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff;
}
#wrapper {
	display: table;
	overflow: hidden;
	width: 100%;
	/*background: transparent url(../images/background.png) center repeat-x;*/
}
#content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#flash {
	position: relative;
	width: 960px;
	height: 400px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
}
#stripe1 {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0;
	background: #bbb;
	overflow: hidden;
}
#stripe2 {
	position: absolute;
	width: 100%;
	height: 33px;
	background: #fff;
	overflow: hidden;
	left: 0;
}