body {
	padding: 0;
	margin: 0;
	background: url(../images/background.jpg) no-repeat top right #fff;
	border-top: 5px solid #600;
}

a, img {
	border: none;
	text-decoration: none;
}

#container {
	width: 960px;
	padding: 30px 30px 20px 30px;
	margin: 40px auto;
	position: relative;
	top: -45px;
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.25);
	border-top: 5px solid #933;
}

#container, #about {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#header {
	text-align: center;
	margin: 0 auto -20px auto;
	width: 640px;
}

#blood {
	width: 960px;
}

#footer {
	width: 640px;
	margin: 0 auto 20px auto;
	font-size: 8pt;
	color: #666;
}

#footer a {
	color: #600;
	text-decoration: none;
}

#colophon a:hover, #tweet:hover, #facebook:hover {
	color: #fff;
	background: #600;
}

#colophon {
	width: 200px;
	float: right;
	text-align: right;
	position: relative;
	top: -4px;
}

#about {
	width: 610px;
	margin: -20px auto 20px auto;
	padding: 20px 15px;
	font-size: 12pt;
	line-height: 18pt;
	background: url(../images/dm_footer.jpg) no-repeat top right #600;
	color: #c99;
}

#about .white {
	color: #fff;
}

#tweet, #facebook {
	position: relative;
	top: -4px;
	left: 25px;
	margin-right: 20px;
}
