html, body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url('gradient.png');
	background-repeat: repeat-x;
}

h1, p {
	font-family: Arial, Verdana, Helvetica;
}

h1 {
	margin: 0px auto;
	text-align: center;
	width: 331px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	padding: 5px;
}

p {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #f26500;
}

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

.logo {
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
	background: none;
}

.spacer {
	height: 20px;
}
.content {
	text-align: center;
	margin: 0px auto;
	width: 400px;
}

.images {
	margin: 0px auto;
	text-align: center;
}

.images img {
	padding: 10px;
	border: 0px;
}

.images a:hover img {
	border-bottom: 0px;
	text-decoration: none;
}
