html{
	height: 100%;
}
body{
	height: 100%;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-size:1em;
}
#wrapper{
	position:absolute;
	left:0px;
	top:0px;
	z-index:5;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	/*overflow:hidden;*/
}
#wrapper_center{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	height: 312px;
	/*IE hack, top position on 50%*/
	_top:50%;
}
#wide_gray_beam{
	position:relative;
	height: 312px;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
 	/*IE hack, half the height up*/
	_top:-156px;
}
#content_bg{
	position:relative;
	width:450px;
	vertical-align: baseline;
	margin-left:auto;
	margin-right:auto;
}
#content{
	position:relative;
	text-align:center;
	font-family: "Trebuchet MS","Trebuchet",Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width:450px;
	height:312px;
	margin-left:auto;
	margin-right:auto;
}