html {
	height: 100%;
}
body {
	height: 100%;
	background: #2a2a2a;
	font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
	color: #444;
}
a {
	text-decoration: none;
	color: #9C9582;
}
a:hover {
	margin-right: 1px;
}
h1 {
	color: #9C9582;	
}
#header {
	position: fixed;
	top: 5%;
	left: 5%;
	letter-spacing: -1px;
	font-size: 30px;
	width: 90%;
}
#remote {
	border-top: 1px solid #9C9582;
	text-align: right;
	padding-top: 20px;
	margin-top: 20px;
}
#remote a {
	letter-spacing: -1px;
	color: #444;
	text-transform: uppercase;
	font-size: 30px;
}
#remote a:hover {
	color: #9C9582;
}
#footer {
	position: fixed;
	bottom: 5%;
	left: 5%;	
	width: 90%;
	border-top: 1px solid #9C9582;
	padding-top: 20px;
	line-height: 18px;
	text-align: right;
	font-size: 12px;
}