body { 
	background: white url('../images/big_logo_faded.jpg') no-repeat fixed top right;
	font-family: Helvetica, sans-serif;
	color: #AAA;
	padding: 10px;
	padding-left: 40px;
}

h1, h2, h3 {
	color: #888;	
}

p {
	width: 650px;	
}

strong {
	color: #888;
}

a {
	color: #BED994;
}

table {
	border: 1px solid #BED994;
	width: 550px;
	text-align: center;
}

table tr {
	border-bottom: 1px solid #BED994;
}

table tr.price_row {
	color: #8F96C0;
	font-weight: bold;
}

table tr.price_row td {
	padding-top: 20px;
}

table tr td.feature {
	text-align: right;
	padding-right: 40px;
}

table tr td.category {
	font-weight: bold;
	color: #888;
	padding-bottom: 10px;
	padding-top: 10px;
}

table th {
	color: #8F96C0;
}

div#footer {
	clear: both;
	border-top: 1px solid #CCC;
	margin: 20px 0px 5px;
	padding: 5px 10px;
	text-align: center;
}

