@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("accordian.css");
@import url("gallery.css");
@import url("banner.css"); 
@import url("indexbelow.css"); 
@import url("accordion.css");
@import url("sidebox.css");  
@import url("toggle.css");  
@import url("testi.css");
@import url("linki.css");
*{
	box-sizing:border-box;
	-webkit-text-size-adjust: none;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	overflow-x:hidden;
	
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

blackdot{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot.png);
	z-index:0;
	background-attachment: scroll;
	}
blackdot-black{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot-black.png);
	z-index:0;
	}
	
@media only screen and (max-width: 800px) {
.border_right{
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}	

}
