body, html {
	margin:0;
	padding:0;
	background-color:#000000;
	width:100%;
	height:782px;
	background-repeat:no-repeat;
	background-position:center top;
	color: #ffffff;
}

#container {
	margin:0 auto;
	padding:0;
	background-color:#fff;
	width:1150px;
	height:782px;
	background-image:url(images/construction.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


#containerEng {
	margin:0 auto;
	padding:0;
	background-color:#fff;
	width:1150px;
	height:782px;
	background-image:url(images/construction_en.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}





