/* Стили для главной страницы */
body {
	background: black;
}

a {
	text-decoration: none;
}

/* Базовый блок страницы */
.container {
	position: relative;
	margin: 0px auto;
	width: 1128px;
	border: 2px solid red;
	border: none;
}
.container .bg {
	margin: 0px;
	padding: 0px;
}
.bg-top {
	height: 675px;
	background: url('../images/backgrounds/index-bg-top.jpg') no-repeat;
}
.container .bg-center {
	position: relative;
	background: url('../images/backgrounds/index-bg-center.jpg') repeat-y;
	padding: 28px 98px 28px 98px;
	border: 2px solid yellow;
	border: none;
}
.bg-bottom {
	height: 770px;
	background: url('../images/backgrounds/index-bg-bottom.jpg') no-repeat;
}

#viewer {
	/*position: relative;
	height: 427px;
	float: right;*/
	width: 568px;
}

.frame_block {
	position: relative;
	margin: 0px 0px 0px 364px;
	border: 1px solid lime;
	border: none;
}

.floatAddressPoint {
	position: absolute; 
	/*всего ширина ячейки - 389px*/right: 0px; 
	top: 0px; 
	width: 20px; 
	height: 20px; 
	z-index: 100; 
	font-size: 23px;
}

.floatAddressLink {
	position: absolute;
	right: 24px;
	top: 0px;
}

#addressEdit  {
	/* display: none; 
	*/
	font-family: monospace;
	background: transparent;
	border: none;
	font-size: 11px;
	white-space: nowrap;
}

#addressEdit, #addressEdit a  {
	/*color: maroon;*/
}
