@charset "UTF-8";
html { 
  background: url(../page_bg.jpg) no-repeat center center fixed;
  background-color: #171717;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background-color: transparent;
	color: #fff;
	font-family: "futura-pt",sans-serif;
}
#main {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -157px;
}
p {
	font-size: 24px;
	text-align: center;
}
footer {
	font-size: 24px;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #d01240;
}
a:active {
	color: #d01240;
}
#logo {
	max-width:400px;
	margin-right:auto;
	margin-left: auto;
}
#contact_link {
	margin-top: 50px;
}



@media screen and (max-height:420px){
	#main {
		margin-top: -100px;
	}
	p {
		font-size: 20px;
	}
	footer {
		font-size: 20px;
		bottom: 5%;
	}
	#logo {
		width: 50%;
	}
	#contact_link {
		margin-top: 5%;
	}
}
