@font-face {
    font-family: 'qumpellkano12regular';
    src: url('qumpellkano12-webfont.eot');
    src: url('qumpellkano12-webfont.eot?#iefix') format('embedded-opentype'),
         url('qumpellkano12-webfont.svg#qumpellkano12regular') format('svg'),
         url('qumpellkano12-webfont.woff') format('woff'),
         url('qumpellkano12-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background: #000000;
    border: 0;
}

img {
	border: 0;
	background-color: none;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 100;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#mainImage {
    position: absolute;
    margin: auto;
    top: 0; left: 0; right: 0; bottom: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.content {
    position: absolute;
    width: 96px;
    height: 96px;
    z-index: 20;
}

.door {
    position: absolute;
    width: 96px;
    height: 96px;
    background-color: none;
    z-index: 10;
}

p {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
    z-index: 50;
    display: inline;
    position: absolute;
    font-family: qumpellkano12regular, serif;
    text-align: left;
    pointer-events: none;
    cursor: default;
    margin: 0;
    line-height: 1.2;
}

#title {
    z-index: 10;
}

#hiddenText {
    opacity: 0.0;
    filter: Alpha(opacity=0);
}

#progress {
    position: absolute;
    width: 400px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    left: 0;
    right: 0;
}

#progressBorder {
    position: absolute;
    left: 19px;
    top: 19px;
    width: 360px;
    height: 20px;
    border: 1px solid gray;
    background-color: gray;
    z-index: 105;
}

#progressBar {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 0px;
    height: 20px;
    background-color: green;
    z-index: 110;
}

#progressText {
    position: absolute;
    display: block;
    top: 60px;
    text-align: center;
    width: 100%;
    z-index: 110;
    font-family: sans-serif;
}

#start {
    position: relative;
    width: auto;
    padding: 6px;
    display: block;
    border: 1px solid lightgray;
    background-color: gray;
    pointer-events: auto;
    float: left;
    left: -50%;
    z-index: 110;
    font-family: sans-serif;
}

#startContainer {
    position: absolute;
    top: 160px;
    float: right;
    left: 50%;
    width: auto;
    display: block;
}

#copy {
    font-size: 8pt;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: auto;
    z-index: 10;
}

#link {
    font-size: 12pt;
    display: block;
    position: absolute;
    right: left: 50px;
    bottom: 20px;
    width: auto;
    z-index: 20;
    cursor: auto !important;
    pointer-events: auto !important;
}

#link a {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    color: white;
}

#facebook {
	position: absolute;
	left: 3%;
	top: 3%;
	z-index: 25;
}

iframe {
	z-index: 25;
}