/* CSS Document */

html, body {
	height:100%;	
}

div#distance { 
	width:1px;
	height:50%;
	float:left;
	margin-top:-220px;
}

div#container {
	margin:0 auto;	
	position:relative;
	text-align:left;
	height:440px;
	width:620px;
	clear:both;
}

div.pic_container {
	background:#fff;
	color: inherit;
	border:#444 solid 4px;
}

div#pic_mer {
	
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:400px;
	visibility:hidden;
}

div#pic_ka {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:400px;
	visibility:hidden;
}

div#pic_ba {
	position:absolute;
	bottom:0px;
	left:50%;
	width:400px;
	height:200px;
	margin-left:-200px;
	visibility:hidden;

}

/********************************************************
         MER-KA-BA main links
********************************************************/
div#main_container {
	position:absolute;
	left:50%;
	top:10%;
	width:120px;
	margin-left:-60px;
	text-align:center;
	background-color:inherit;
	color:#FFF;
}


div#logo {
	position:absolute;
	top:-90px;
	left: 50%;
	margin-left: -53px;
	
	
}

.main_links {
	padding-bottom:2px;
}

#link_mer {
	position:absolute;
	left:0;
	width:45px;
	height:23px;
	background:url('link_mer.jpg') no-repeat;
}

#link_ka {	
	position:absolute;
	left:55px;	
	width:27px;
	height:23px;
	background:url('link_ka.jpg') no-repeat;
}

#link_ba {	
	position:absolute;
	left:92px;	
	width:28px;
	height:23px;
	background:url('link_ba.jpg') no-repeat;
}

#under {
	display: block;
	position: relative;
	top: -400px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#rekv {
	display: block;
	position: relative;
	top: -400px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	width: 500px;
	color: #bbb;
}

#rekv a {
	
}