html, body {background-color: #fff;}
body {
	margin:0;
	padding:0;
	text-decoration:none;
	/*
	background-image:url(../images/fnd_bdy.png);
	background-position:center center;
	background-repeat:repeat-y;
	*/
	overflow: overlay;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
	}
  
  /* Track */
  ::-webkit-scrollbar-track {
	/*box-shadow: inset 0 0 5px grey; */
	/*background: rgba(200, 200, 200, .3);*/
	background-color: rgb(200, 200, 200, .5);
	/*border-radius: 10px;*/
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	/* background: #ccc; */
	/*border-radius: 10px;*/
	}
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #666; 
  }