body {
	margin: 0;
	background-image: url('../images/slide01.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*
	background-position: top 65px center;
	*/
	scroll-behavior: smooth;
}

/* Disable ugly boxes around images in IE10 */
a img {
	border: 0px;
}

::-moz-selection {
	background-color: #6ab344;
	color: #fff;
}

::selection {
	background-color: #6ab344;
	color: #fff;
}
