/* Copyright (c) Lisa Kirsch */

* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	background: #291a3a}

#landingcontent {
	width: 385px;
	height: 507px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -192px;
	margin-top: -274px;
}

#landing-footer {
	bottom: 0;
	width: 840px;
	padding-bottom: 20px;
	clear: both;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -420px;
}

.footer {
	color: #553973;
	font: 11px "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.footer a {
	color: #553973;
	text-decoration: underline;
}