* {margin: 0px; padding: 0px;}

html, body { 
	height: 100%;
	font-size: 15px;
	line-height: 20px;
} 

html { 
  background: url(../images/background-map.png) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#container {
	width: 800px;
	min-width: 800px;
	height:690px;
	margin: auto;
}
#logo {
	width: 800px;
	height: 170px;
	position: relative;
	left: 0px;
	top:0px;
}

h1 {
	font-size: 1.55em;
	line-height: 1.25em;
	margin-bottom: 1em;
}
p {
	font-size:1.25em; 
	line-height:1.25em;}


#content {
	width:610px;
	height:540px;
	position:relative;
	left:0px;
	top:0px;
	line-height:auto;
	font-family:helvetica neue, arial, sans-serif;
	color:white;
	padding: 0px 100px 100px 140px;
}

#button { 
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}
#button a {
	color: #FFFFFF;
	padding: 12px 30px;
	background-color: #e23732;
	font-weight: bold;
	border: 1px solid #252525;
	font-size: 1em;
	cursor:pointer;
	text-decoration: none;
}

#button a:hover {
	opacity: 0.85;
    filter: alpha(opacity=85);
}
#button { 
	margin: 0 auto;
}
