*{
	margin: 0;
	padding: 0;
}

html { 
	width: 100%;
	height: 100%;
}

div#main {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
}

div#content{
	position: absolute;
	width: 100%;
	height: 100%;
	
	-ms-overflow-style: none; 	/* for Internet Explorer, Edge */
    scrollbar-width: none; 		/* for Firefox */
	overflow-y: scroll;
}

div#content::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.page-img{
	float: left;
	width: 100%;
	margin-bottom: 2px;
}