html { 
  background: url(http://www.blackcombproductions.com/Construction-Graphic-BSL.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.enter-text{
position: absolute;
 left: 0%;
    top: 160%;
    width: 100%;
    text-align: center;
text-decoration:none;
color:#8b0000;
font-size:60px;
font-family: "Impact", Arial-Black, sans-serif;
text-transform:uppercase;
text-shadow: 0px 0px 0px #000;
}

.enter-text:hover{
color:#8b0000;
text-shadow: 0px 0px 2px #000;
background-color:white;
}

.enter1{
position:relative;
top:50px;
padding:10px;

}

.enter1:hover{
box-shadow: 2px 2px 7px #000;
background-color:#fff;
-webkit-transition: all .9s;
	-webkit-transform: scale(1.09, 1.09);;
	-moz-transition: all .9s;
	-moz-transform: scale(1.09, 1.09);;
	transition: all .9s;
	transform: scale(1.09);;

}

.enter-logos{
 position: absolute;
 left: 0%;
    bottom: 65%;
    width: 100%;
    text-align: center;
}

.stickz {
    position: relative;
display:none;
}