/* --------------------------------------------------------------------------------------*/
/* ------------------------------------------ GENERAL STRUCTURE -------------------------*/
/* --------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	min-height: 100%;
	background: #000000;
}

#area_full {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#area_background_image {
	background: #000000 url('../__img/_background_1.jpg') no-repeat top center;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#area_content_centerizer {
	width: 1px;
	height: 50%;
	margin-bottom: -598px;
	float: left;
}

#area_content {
	margin: 0 auto;
	position: relative;
	width: 1196px;
	height: 510px;
	top: 122px;
	overflow: hidden;
}

#area_content_big #content_main_picture  {
	position: absolute;
	width: 438px;
	height: 412px;
	left: 378px;
	top: 0px;
	overflow: hidden;
}
