html 
{	
	width:100%;
	height:100%;
	display:table;
}

body 
{
	background-color: #eee9e9;
	display:table-cell;
	vertical-align:middle;
}


