@import url("../fonts/Corbert/stylesheet.css");
@import url("../fonts/charming_out/stylesheet.css");
@import url("../fonts/charming_reg/stylesheet.css");


body, html {
height: 100%;
margin: 0;
}

#container {
margin: 0 auto;
}


#header {
height: 100px;
padding-right: 50px;
margin-top: 150px;
margin-bottom: 30px; 
font-family: 'a_charming_fontregular', cursive;
color:#ffffff;
font-size: 300px;
font-weight: 575;
text-shadow: 3px 6px #0000ff;
float:right;

}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#textContainer {
width: 980px;
}

#content {
color:#ffffff;
padding: 10px;
font-family: 'Audiowide', cursive;
font-size:60px;
margin-left: 30px;
}

a:link {
text-decoration:none;
color:#ffffff;
}

a:visited {
color:#ffffff;
text-decoration: none;
}

a:hover, a:focus, a:active
{
outline: none;
text-decoration: none;
}

#footer {
height: 30px;
font-family: 'Audiowide', cursive;
font-size: 18px;
color:#ffffff;
padding: 10px;
margin:0 auto;
width:980px;
position:absolute; 
bottom:50px;
}

.enter{
height: 30px;
font-family: 'Audiowide', cursive;
font-size: 20px;
padding: 10px;
bottom:150px;
position:absolute; 
}

body{
	background: url(../img/labryinth2a.gif) no-repeat left center ; /* fixed; */
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	/*background-size: cover; */
	background-color: #000;
	background-size: 800px 1000px;
}
p{
	color:#fff;
}


#header {
height: 100px;
padding-left: 100px;
margin-top: 75px;
margin-bottom: 30px; 
font-family: 'a_charming_fontregular', cursive;
color:#ffffff;
font-size: 150px;
font-weight: 400;
}

.enter{
height: 25px;
font-size: 20px;
padding: 10px;
margin-bottom: 15px;
}

	
	
