body{
	height:0px;
}
header{	
	position:relative;	
	padding:0;
	width:1000px;
	height: 80px;
	margin:auto;
	background: none;
}
.ramko{
	position:relative;	
	padding:0;
	width:1000px;
	height: 40px;
	margin:auto;
	background: none;
	border: 1px solid black;
}
.cat_text{
	position:absolute;
	z-index:10;
	top:0;
	left:50px;
	color:green;
}
#myaavkost{
	position:absolute;	
	padding:0;
	width:10px;
	height: 40px;
	margin:0;
	background: red;
	top:0;
	left:0;
}
#murkost{
	position:absolute;	
	padding:0;
	width:10px;
	height: 40px;
	margin:0;
	background: blue;
	top:0;
	left:0;
}
#allcontent{
	position:relative;	
	top: 10px;
	width:1000px;
	height: 0px;
	margin:auto;
	padding: 0px;
	z-index: -5;
}
#kote{
	width:750px;
	height:560px;
	margin:auto;
	padding:0;
	background-image: url(./pic/01.jpg);
	background-size:100%; 
	background-repeat:no-repeat;
}
#mur1{
	position: absolute;
	top: 50px;
	left: 310px;
	width: 150px;
	height: 50px;
	/*border: 1px solid black;*/
}
#mur2{
	position: absolute;
	top: 160px;
	left: 420px;
	width: 120px;
	height: 200px;
	/*border: 1px solid black;*/
}
#mur3{
	position: absolute;
	top: 180px;
	left: 540px;
	width: 100px;
	height: 310px;
	/*border: 1px solid black;*/
}
#mur4{
	position: absolute;
	top: 200px;
	left: 310px;
	width: 110px;
	height: 30px;
	/*border: 1px solid black;*/
}
#nya1{
	position: absolute;
	top: 430px;
	left: 640px;
	width: 100px;
	height: 50px;
	/*border: 1px solid red;*/
}
#nya2{
	position: absolute;
	top: 145px;
	left: 350px;
	width: 50px;
	height: 50px;
	/*border: 1px solid red;*/
}
#text{
	position: absolute;
	top: 100px;
	right: 10px;
	width: 100px;
	height: 550px;
	overflow: auto;
	display:none;
}
footer
{
	position:relative;
	top: 450px;
	width: 300px;
}
#opaco{
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
	opacity: 0.8;
	left: 0;
	top: 0;
}
#popup{
	position: fixed;
	width: 200px;
	height: 100px;
	z-index: 20;
	margin:auto;
	background: #fff;
	border: 2px solid red;
	border-radius: 10px;
	left: 45%;
	top:45%;
}
.hidden{
	display:none;
}