body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family: 'trebuchet ms', Verdana, "MS UI Gothic", sans-serif;
}

a:link, a:visited {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #00F;
}

div#banner h1 {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 4em;
	color: #aaee33;
}

div#content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
}
div#footer {
	width: 500px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	border-top: 1px dotted #666;
}

div.offers {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

span.amazonPrice {
	color: #FF3333;
}

span.price {
	color: #FF0000;
}

div.mod {
	font-size: .8em;
}