body{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
	background-color: #212121;
}

/* Don't Change - Positioning */
.absoluteCenter {
 margin:auto;
 position:fixed;
 top:0;
 bottom:0;
 left:0;
 right:0;
}

/* Sizing */
img.absoluteCenter {
 max-height:100%;
 max-width:100%;
}

a { color: #ffffff }
a:hover { color:#ffffff }
a:visited { color:#ffffff }

div {
	z-index: 10000;
    position: fixed;
    top: 98%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}