

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#page {
	width:960px;
	margin:0 auto;
	padding:40px 0;
}

h1 {
	font-size:5em;
	line-height:1.5em;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #e1e1e1;
	text-shadow: 1px 1px 1px #e1e1e1;
}

p {
	color:#CCC;
	font-size:2em;
}
