@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,300);
body {
	margin: 0px;
	border: 0px; 
	padding: 0px;
	background: #333333;
	text-align: center; 
	color: #dddddd;
	font-family: Alegreya Sans SC, Segoe UI, Georgia;
	font-weight: 300;
	font-size: 20px; 
	background: -o-linear-gradient(0deg, #333333, #707070);
	background: -moz-linear-gradient(0deg, #333333, #707070);
	background: -webkit-linear-gradient(0deg, #333333, #707070);
	background: linear-gradient(0deg, #333333, #707070); }
header {
	display: block;
	left: 0vw; 
	position: absolute; }
header h1 {
	color: #ffffff;
	margin: 0px; 
	font-weight: 100;
	text-shadow: 0px 5px 10px #333333; }
div.main {
	position: absolute; }
div#navbar {
	position: absolute;
	top: 0px;
	border-left: 1px solid #333333; }
div#bigimg {
	margin: 0px;
	position: absolute;
	top: 0px;
	background: url(images/ffffe8.png) no-repeat center;
	background-size: contain; }
div.images {
	position: absolute;
	left: 0px; }
div.imagelink {
	float: left; }
footer {
	display: block;
	position: absolute;
	left: 0px; }
a {
	color: #d9ecc6;
	text-decoration: none; }
a:visited {
	color: #ddeedd; }
a:hover {
	color: #b3d98c; }
a:active, a:focus {
	color: #99cc66; }
p.go {
	position: relative;
	width: 100%;
	text-align: center;
	box-shadow: 0px 5px 10px #333333;
	margin: 0;
	cursor: pointer; }
p.go:active {
	box-shadow: none; }