/* CSS Document */

html {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #232323;
	background-image: url(images/enter.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* Code for background with crop
.enter-graphic {
	width: auto;
	height: 100%;
  max-width: 1605px;
  background:url("images/enter.jpg") no-repeat;
  background-size: auto 100%;
  background-position: center;
}
*/

html {
  
}

body {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	height: 100%;
}

.enter-graphic {
	width: auto;
	height: 100%;
  max-width: 1920px;
}

.clearfloat {
    clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}

@media only screen and (min-width: 400px) {
    
}
