﻿* {
	margin: 0px;
} 
body {
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#content {
	padding-bottom: 100px;
}
#content h1 {
	font-size: 32px;
	line-height: 40px;
}
#content img {
	margin-top: 40px;
	margin-bottom: 40px;
}
#content p {
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#bottomFade {
	height: 150px;
}