html {
	text-align: left;
	background-color: #1d5069;
}

body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

a {
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 0;
	border-bottom: 1px dashed #2e193c;
	text-shadow: #000 -1px -1px 1px;
	color: #39677d;
}

a:hover {
	color: #fff;
	border-bottom-color: #3d284b;
	border-bottom-style: dashed;
}

div#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	
	position: absolute;
	top: 30%;
}

h1 {
	color: #d8c8c8;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 20px;
	list-style-type: none;
}

p {
	color: #d8c8c8;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	list-style-type: none;
}

#footer {
	position: fixed;
	bottom: 40px;
	left: 45%;
}

#footer, #footer a {
	clear: none;
	font-size: 10px;
	color: #13394c;
	padding: 0;
}

#footer a {
	padding: 5px;
	text-shadow: #21122b 0 0 0;
}

#footer a:hover {
	color: #fff;
}


