body {
	background-color: black;
	font-family: Roboto;
}

#img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.nav {
	height: 100%;
	width: 50%;
	opacity : 0;
	color: white;
	cursor: pointer;
}

#left {		
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

#right {		
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
}

#copyright {
	color: white;
	position: fixed;
	bottom: 10px;
	text-align: center;
	width: 100%;
}