@charset "UTF-8";
/* CSS Document */
body {
		margin: 0;
		background-image: url("bg-home.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	background-attachment: fixed;
}
div.mtb {
	position: fixed;
	top: 20vh;
	left: 0;
	width: auto;
	height: 180px;
	text-align: left;
}
div.road {
	position: fixed;
	bottom: 20vh;
	right: 0;
	width: auto;
	height: 180px;
	text-align: right;
}


