html, body {
	margin: 0 auto;
	padding: 0;
	background: white;
}

body {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 13px;
	width: 770px;
}

#header {
	padding-top: 75px;
	text-align: center;
}

#main {
	padding-top: 110px;
	padding-bottom: 50px;
	text-align: center;
}

#main p {
	font-size: 20px;
	color: #333333;
}

#main img {
	border: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#footer {
	padding-bottom: 15px;
	text-align: center;
}

#footer p {
	font-size: 17px;
	color: #333333;
}

h1 {
	font-size: 13px;
	color: #333333;
	margin: 0;
}

h2 {
	font-size: 26px;
	color: #333333;
	padding-bottom: 25px;
}

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

a:hover {
	text-decoration: underline;
}

abbr[title] {
	cursor: help;
}

abbr:hover {
	cursor: help;
}

img {
	border: none;
}