body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#header {
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
}
#overview {
	width: 50%;
	margin: 0px auto;
}
#oneshot {
	text-align: center;
	display: block!important;
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
}
#nav {
	font-family: monospace;
	margin-bottom: 10px;
	text-align: center;

}
#footer {
	border-top: 1px solid #555;
	width: 100%;
	margin-top: 20px;
	bottom: 10px;
}
img {
	border: 1px solid #333;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
