body {
	margin:0;
}
#page1,
#page2,
#page3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	font-size: 72px;
	color: white;
	display:none;
}

#page1 {
	background-color: #7a6454;
}

#page2 {
	background-color: #121e36;
}

#page3 {
	background-color: #000000;
}

nav {
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 100%;
}

img {
	margin:auto;
	width:100%;
}