﻿body {
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    color: #fff;
    user-select: none;
}

p {
    font-family: Century Gothic;
    font-size: 1.5em;
    font-style: italic;
    margin: 5px;
    text-align: center
}

a {
    color: white;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
}

a:hover {
    color: White;
    text-decoration: underline;
}

h1 {
    font-family: Century Gothic;
    font-size: 3.5em;
    margin: 5px;
    text-align: center;
}

/*#content{ position:relative; left:20%; top:10%; color:white; z-index:2000;  text-shadow: 0.1em 0.1em #333; font-family: Century Gothic; width:60%;}*/

#content {
    color: white;
    font-family: Century Gothic;
    position: relative;
    text-align: center;
    text-shadow: 0.1em 0.1em #333;
    top: 10%;
    width: 100%;
    z-index: 2000;
}
			
			
.ClassFadeIn1 {
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ClassFadeIn1 img {
    left: 0px;
    position: absolute;
    top: 0px;
}

.loadingClass {
    background-color: black;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.loadingMenu {
    Background: url('../images/introLoading.gif');
    background-repeat: no-repeat;
    height: 50px;
    left: 48%;
    position: absolute;
    top: 40%;
    width: 50px;
}