* {
	font-family: "Nixie One",​Arial,​Helvetica,​sans-serif;
	color: #ffffff;
}
body {
	background: #ffffff url('home-background-2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover; /* For WebKit*/
	-moz-background-size: cover;    /* Mozilla*/
	-o-background-size: cover;      /* Opera*/
	background-size: cover;         /* Generic*/
}
#header {
	margin-top: 100px;
	text-align: center;
}
#content {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 180%;
	line-height: 140%;
}
#content .keyword {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
}
#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
#footer a {
	text-decoration: none;
}

/* Smartphones portrait */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	#header {
		margin-top: 50px;
	}
	#content {
		top: 42%;
		font-size: 140%;
	}
	#content .keyword {
		display: block;
	}
	#content .separator {
		display: none;
	}
	#footer {
		font-size: 140%;
	}
}
/* Smartphones landscape */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#header {
		margin-top: 15px;
	}
	#footer {
		font-size: 140%;
	}
}
