

body, html { height:100%; overflow:hidden; background:#151112; }

#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 : 400px;
	height : 220px;
	overflow:hidden;
	background: #151112 url(../imgs/construction.jpg) no-repeat top left;
}