/* used to give us the expanding white column to 100% */

html{height:100%;width:100%;}

#xouter{
	height:100%;
	width:100%;
	display:table;
}
#xcontainer {
	display:table-cell;
	height: 100%;
}	
#xinner {
	width: 804px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	position:relative;
	z-index:20;
}

