* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 66%;
	line-height: 100%;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	margin: 300px 0 26px 0;
	line-height: 120%;
}
p {
	font-size: 2em;
	line-height: 130%;
}
.content {
	width: 360px;
	margin: auto;
}
