		* { margin: 0; padding: 0; }
		
		html { 
			background: url(bg.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		
		a.full-screen-button:link{
		cursor: pointer;
		min-height: 500px !important;
	}
	
	a.full-screen-button:hover{
	cursor: pointer;
	}
	
	
	.table {
		color: white;
		text-align: center;
		height: 100%;
		width: 100%;
		display: table;
	}

html, body{
  height:100%;
}

.enter a {
	position: relative;
	left: 0;
	background-color: rgba(255, 255, 255, 0.86);
	color: gray;
	width: 150px;
	height: 150px;
	padding: 20px;
	top: 450px;
	border-radius: 5px;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid gray;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.enter a:hover {
	background-color: #dcdcdc;
}
	