body {
	background-color: #2B100C;
	color: #fff;
	font: 22px/1.6 helvetica, sans-serif;
	text-shadow: #000 0 1px 1px;
}

#container, #content {
	width: 819px;
	height: 586px;
}

#container {
	position: absolute;
	bottom: 50%;
	right: 50%;
	max-height: 100%;
	max-width: 100%;
}

#content {
	background: url(backtoschool.jpg) top left no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
}

form {
	border: none;
}

#entry {
	position: absolute;
	top: 460px;
	left: 90px;
}

#email {
	height: 40px;
	width: 514px;
	margin: 0;
	padding: 4px 12px;
	background: none;
	border: none;
	font: 32px "Helvetica Neue", helvetica, sans-serif;
	font-weight: 200;
	color: #fff;
	text-shadow: #000 0 1px 2px;
}

#send {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 550px;
	width: 96px;
	height: 51px;
	cursor: pointer;
	text-indent: -9999px;
}

#status {
	font: 20px/1 helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 0 2px 2px;
	padding-top: 6px;
	color: #ff9;
}

#info {
	position: absolute;
	top: 260px;
	padding: 0 80px;
}

a:hover {
	color: #8f6;
}

a, a:active, a:visited {
	color: #ceb;
	text-decoration: none;
	font-style: oblique;
}
