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

body {
    background: #929b9b;
    overflow: hidden;
}

#page-container {
    max-width: 1200px;
    max-height: 857px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page-item {
    position: absolute;  
    display: block;
    width: 100%;
    height: 100%;
    display: none;
}

#mail-link:hover {
    border-bottom: 2px solid #753130;
}

#img-skip {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: block !important;
}