html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #000000 url(images/loading.gif) center center no-repeat;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 20px;
    height: 100%;
}

#logo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 350px;
    z-index: 1000;
}

#iffcontainer {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	z-index: 10;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#extendedinfo {
    background-color: #ffffff;
    padding: 9px 18px;
    color: #000000;
    font-family: sans-serif;
    font-size: 11px;
    width: 311px;
    text-align: left;
    visibility: hidden;
    line-height: 16px;
    right: 20px;
    bottom: 80px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10000000;
    position: absolute;
}

#about-link,
#about-exit {
    -webkit-transition: margin-top 0.3s cubic-bezier(0, 0.69, 0.42, 1);
    -o-transition: margin-top 0.3s cubic-bezier(0, 0.69, 0.42, 1);
    -moz-transition: margin-top 0.3s cubic-bezier(0, 0.69, 0.42, 1);
    transition: margin-top 0.3s cubic-bezier(0, 0.69, 0.42, 1);
    font-family: serif;
    font-weight: 700;
    font-size: 14pt;
    display: inline-block;
    width: 10px;
    text-align: center;
    height: 10px;
    line-height: 13px;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    z-index: 100000;
    vertical-align: middle;
    margin-bottom: -6px;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

#about-link,
#about-link:hover,
#about-exit:hover {
    background-color: #333;
    text-decoration: none;
}

#about-exit {
    font-weight: normal !important;
    text-decoration: none;
}