* { margin:0; padding: 0; }

body {
		font: 1.0em gill sans, tahoma, verdana, arial, sans-serif;
		text-align: center;
		background-color: #fff;
		min-width: 800px;
}

#content {
	background-image: url(silhouette.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 800px;
	margin: 5px auto 0;
	width: 770px;
	text-align: left;
}

#subbox {
	position: relative;
	top: 100px;
	left: 400px;
	width: 340px;
}

#title {
	text-align: right;
	background: #cc0000;
	width: 300px;
	padding: 10px;
	margin: 5px;
}

#blurb {
	text-align: left;
	background: #f0d97b;
	width: 300px;
	padding: 10px;
	margin: 5px;
}

#blurb p {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}

#blurb p a {
	color: #000;
}

#title h1 {
	font-weight: normal;
	font-size: 26px;
	color: #fff;
}

