body{
	margin:		0;
	padding:	0;
	position:	absolute;
	height:		100%;
	width:		100%;
}

div#full_container{
	position:	absolute;
	width:		100%;
	margin-top:-2px;
	min-width:	800px;
	height:		100%;
	background-color:white;
	text-align:center;
}

div.full_container .centered{
	margin-left: auto;
	margin-right: auto;
}