body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	background: url('/images/red-car-bg.jpg') no-repeat center center fixed #362119;
	background-size: cover;
}
#main_content {
	position: absolute;
	margin: auto;
	/*padding-left: 23%;*/
	top: 0; bottom: 0; left: 0; right: 0;
	width: 400px;
	height: 570px;
}
h1 {
	padding: .2em 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .5);
}
.fields {
	width: 100%;
	padding: .2em;
	border: solid 1px rgb(255, 255, 255);
	background: rgb(200, 200, 200);
}
input[type=submit] {
	padding: 4px;
	font-size: 1em;
	background: rgb(200, 200, 200);
	border: solid 1px white;
	border-radius: 5px;
}
input[type=submit]:hover {
	background: rgb(255, 255, 255);
}
a {
	color: rgb(110, 110, 180);
}
#notes {
	font-size: .9em;
	line-height: 150%;
	padding: .2em 0;
	color: rgb(150, 150, 150);
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .5);
}
