
.header {
height: 100px;
padding-left: 50px;
margin-top: 375px;
margin-bottom: 30px; 
width: 1200px;
font-family: 'proxima-nova',sans-serif;
font-size: 100px;
font-weight: 575;
float:left;
text-shadow: 3px 6px #000000;
color:#ff0000;


}


#footer {
height: 30px;
font-family: 'proxima-nova',sans-serif;
font-size: 18px;
color:#ffffff;
padding: 10px;
margin:0 auto;
width:980px;
position:absolute; 
bottom:50px;
}


.enter{
height: 30px;
font-family: 'proxima-nova',sans-serif;
font-size: 3rem;
padding: 10px;
bottom:150px;
position:absolute; 
color:#ff0000;
}

body{
	background: url(../img/staircase.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	}
p{
	color:#fff;
}
