html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

body {
	background:#000 url('../img/EarlyAccess-BG.jpg') center top no-repeat;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color:#CCC;
	margin:auto;
}

img {
	border:none;
}

.privacy{
width: 700px;
text-align: center;
margin: auto;
margin-top: 100px;
padding: 20px;
margin-bottom: 100px;
color: black;
background: url('../img/paper.jpg');
}

.privacy p{
	font-weight: normal;
	text-align: left;
}

.privacy h4{
	text-align: left;
	
}

  
input {
	padding: 0px 10px;
	background-color:#600;
    color:#FFF;
    font-size:15px;
 	border:none;
	border-width: 0px;
	margin-right:5px;
	height:42px;
}	
.field {
	width:300px;
	height: 42px;
	background-color:#1a2c41;
	color:#FFF;
	border:none;
	font:18px;
}

.footer {
	height:50px;
}

#container {
	position: relative;
	margin-bottom: 80px;
}

#content {
	position: relative;
	z-index: 0;
	padding-left: 50px;
}

#popupBox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 1;
	display:none;
	text-align: center;
	/*padding-left : 17%;*/
	padding-top: 100px;
}

#trailerBtn{
	cursor: pointer;
	outline: none;/* get rid of dotted borders in FireFox */
	/*text-indent: -5000px ;/* this move the text outside of the screen area */
	display:block;
	width:380px;
	height:72px;
	background: url("../img/trailer.jpg") 0 0 no-repeat;
}

#trailerBtn:hover {
 background-position: 0 -72px;
}

#blogBtn{
	cursor: pointer;
	outline: none;/* get rid of dotted borders in FireFox */
	/*text-indent: -5000px ;/* this move the text outside of the screen area */
	display:block;
	width:380px;
	height:72px;
	background: url("../img/blog.jpg") 0 0 no-repeat;
}

#blogBtn:hover {
 background-position: 0 -72px;
}

#FixedImage{
	position:fixed;
}


