

body, html { height:100%; overflow:hidden; background:#fff4e3; }

#page { height:100%; width:100%; display:table; overflow:hidden; }

.container 
{ 
	display:table-cell; 
	vertical-align:middle;
	width : 400px;
	height : 220px;
	overflow:hidden;
}

.content
{
	margin-left: auto ; 
	margin-right: auto ;
	width : 100%;
	height : 100%;
	overflow:hidden;
	background: #fff4e3 url(../imgs/img_construction.jpg) no-repeat center center;
}