

BODY, TH, TD { 
	font-family: 'times';
	font-size: 16px;
	letter-spacing: 0.1em; 
}



A:link { color: white } 
A:visited { color: white } 
A:active { color: white } 
A:hover { color: #DF3737 } 
A { text-decoration: none; color: #4F4F4F }



.bg-slider {
	margin : 0;
	padding-left: 100px;
	width: calc(100%  -100px);
	height: 100%;
	background-size: cover;
	overflow-x:hidden;
	overflow-y: auto;
	
	background-attachment: fixed;
	position: absolute;
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}


html {position: static;}
.bg-slider::-webkit-scrollbar{width:10px;}
.bg-slider::-webkit-scrollbar-track{background:#eeeeee;}
.bg-slider::-webkit-scrollbar-thumb{background:#aaaaaa;}


/*
.bg-slider {
	margin : 0 ;
	padding-left : 100px ;
	width: 100%;
	height: 100%;
	background-size: cover;
	overflow-x:hidden;

	background-attachment: fixed;
	position: fixed;
}

*/