body {background: #fff;}
#header {
	background: #fff;
	height: auto;
}
#header ul, #header a, #header img, #banner, #secondaryContent, #footer {display: none;}
#header a#logo, #header a#logo img {
	border: none;
	display: block;
}
#header a#logo {
	position: relative;
	margin: 0 auto;
	left: 0;
	top: 0;
}
#primaryContent {
	float: none;
	width: 90%;
}
#disclaimer p {color: #333;}

a:after {
	content: " (" attr(href) ")";
}
a[href^="/"]:after {
	content: " (http://www.mdlotteryravens.com" attr(href) ")";
}
