.splashback {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	}
.splashtext {
	position: absolute;
	left: 0;
	top: 0;
	padding: 8px;
	margin: 8px;
	width: 328px;
	}
.navclose {
	position: absolute;
	left: 8px;
	top: 416px; 
	width: 40px;
	height: 40px;
	background: #7777;
	border-radius: 4rem;
	cursor: pointer;
	}
.navleft {
	position: absolute;
	left: 144px;
	top: 416px; 
	width: 40px;
	height: 40px;
	background: #7777;
	border-radius: 4rem;
	cursor: pointer;
	}
.navright {
	position: absolute;
	left: 196px;
	top: 416px; 
	width: 40px;
	height: 40px;
	background: #7777;
	border-radius: 4rem;
	cursor: pointer;
	}
.page-1 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	}
.page-2 {
	position: absolute;
	left: 360;
	top: 0; 
	display: none;
	}