body {
	background-color: #FFFFFF;
	background-image: url('resources/starBackground.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 20px;
	padding: 10px;
	color: #999999;
	font-family: tahoma;
	font-size: 1em;
	text-align: center;
}

a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#ad {
	float: left;
	padding: 1em;
}

#detail {
	float: left;
	padding: 1em;
	text-align: left;
}

#footer {
	padding: 2em;
	clear: both;
}