body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-image: url(img/dc-bg-night.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#main #header {
	background-image: url(img/dc-title-v2.jpg);
	background-position: 110px;
	margin: 0px;
	padding: 0px;
	height: 315px;
	width: 1000px;
	background-repeat: no-repeat;
}

#main #header h1 {
	display: none;
}
#main #content p {
	color: #322F64;
	padding: 0px;
	text-align: right;
	margin-top: 50px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #content p em {
	color: #3B3849;
	display: block;
	margin-top: 5px;
}

