h1 {
	background: url(img/logo.gif) no-repeat;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 5px; }
	
a {
	color: red; }
a:hover {
	color: orange; }
	
img {
	display: block;
	margin-bottom: 20px; }

body {
	background: #111 url(img/stripe.gif);
	font-family: Helvetica;
	text-align: center;
	padding: 0; margin: 0; }
	
div#container {
	background-color: white;
	border-right: 10px solid #666;
	border-left: 10px solid #666;
	padding: 30px;
	position: relative;
	margin: 0 auto;
	width: 460px; }
	
p {
	margin: 0 0 20px; }
	
p#footer {
	font-size: 12px; }
	
p#tagline {
	font-family: Georgia;
	font-style: italic; }
	
#ads {
	position: absolute;
	top: 20px;
	left: 20px; }
	
#digg {
	position: absolute;
	top: 20px;
	right: -85px; }