@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Geneva, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: justify;
	background: #ffffff 
}

.main {
	background: url(wall.jpg) no-repeat top center;
	margin-top: 20px;
}
.container {
	background: url(back.jpg) no-repeat top right;
	width: 1030px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

.container .block { display: block; position: absolute; }
a { color: #333333; text-decoration: none; }

.images { left: 0; top: 0; }
.image-1 { left: 0; top: 100px; }
.image-2 { left: 151px; top: 100px; }
.image-3 { left: 0; top: 247px; }
.image-4 { left: 151px; top: 247px; }
.image-5 { left: 0; top: 395px; }
.image-6 { left: 303px; top: 100px; }
.text-1 { left: 0; top: 545px; width: 770px; font-size: 11px; line-height: 20px; text-align: center; text-transform: uppercase; }
.text-1 br { display: none; }
.text-2 { left: 600px; top: 100px; width: 183px; }

@media only screen and (max-width:1030px) {
.container { width: 630px; height: 1200px; }
.images { left: 57px; top: 610px; }
.text-1 { left: 54px; top: 570px; width: 230px; }
.text-1 br { display: inherit; }
.text-2 { left: 200px; }


}