/* @override http://hs.ohmannet.com/chadohman/fourpointfive/down/style.css */

body {
	background: #0a1826 url(images/bg.png) no-repeat fixed;
}

a {
	color: #16355a;
	text-decoration: none;
}

a:hover {
	color: #1e497d;
	text-decoration: underline;
}

#CO {
	background: url(images/CO.png) no-repeat;
	width: 432px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}

#progress {
	width: 400px;
	background: #0f233b;
	border: 1px solid #08131c;
	margin: 30px auto 0;
	padding: 0;
	height: 25px;
}

#progress #bar {
	height: 17px;
	margin: 4px;
	padding: 0;
	background: #09131d;
}

#details {
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 450px;
	margin-top: 15px;
	background-color: #0f233b;
	border: 1px solid #08131c;
	padding: 5px;
}

#details span.title {
	font-weight: bold;
	font-size: 20px;
}

#details img {
	margin-right: 3px;
}
