html {
        background: url(assets/images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

html, body { 
	height: 100%; 
	margin: 0;
	text-align: center;
	color: #000;
	font-family: Ebrima, Sans-Serif, Verdana, Helvetica;
	font-size: 15px;
}

.logo {
	position: absolute;
	top: 0;
	right: 5%;
	opacity: 0.8;
}

.logo img { width: 70%; }
@media only screen and (min-width: 1400px) and (min-height: 850px){
	.logo img { width: 100%; }
}
@media (orientation: landscape) and (max-height: 600px) {
	.logo { display: none; visibility: hidden; height: 0; width: 0; }
}

#top {
	float: left;
	width: 1px;
	height: 60%;
	margin-bottom: -12em;
}
@media (orientation: portrait) {
	#top { height: 40%; }
}

.content {
	clear: left;
	margin: 0 auto;
	max-width: 800px;
	background-color: #fff;
	vertical-align:middle;
	opacity: 0.8;
	padding: 10px;
}

.footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background-color: #c00e26;
	text-align: center;
	color: white;
	font-size: 12px;
}
@media (orientation: portrait) {
	.footer { font-size: 20px; }
}
.footer .width {
	margin: 0 auto;
	max-width: 800px;
}
.left {
	float: left;
}
.right {
	float: right;
}

h1 {
    color: #c00e26;
	font-family: Ebrima, Sans-Serif, Verdana, Helvetica;
	font-size: 30px;
}

a {
	color: #000;
	text-decoration: none;
}
.footer a {
	color: #FFF;
}