body {
	text-align: center;
}
.header {
	width: 750px;
	height: 220px;
	margin: 0 auto;
	background: url(header.png) no-repeat;
}
h1 {
	text-indent: -500em;
}
h2, h3 {
	padding: 0 10px 0.6em;
	color: #d00;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}
h3 {
	color: #333;
	font-size: 1.2em;
}
p {
	padding: 0 10px 1em;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #c00;
}
a:hover {
	color: #c00;
}
.right {
	padding: 0 10px 10px;
	float: right;
}
strong, em {
	font-style: normal;
	font-weight: normal;
}
.content {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 0 0 0 200px;
}
.content, .box {
	text-align: left;
}
.box {
	width: 178px;
	padding: 1em 0 0;
	background: #fee;
	border: 1px solid #aaa;
	font-size: 0.9em;
}
.download {
	position: absolute;
	right: 0;
	top: -40px;
}
.footer {
	width: 750px;
	height: 50px;
	margin: 20px auto 0;
	background: #c00;
}
.footer p {
	padding: 15px 0 0;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}