html {
	overflow-y:scroll;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #fbfbf1;
	background-color: #0e0e0e;
}

img {
	border: 0px;
}

a:link {
	color: #dddddd;
}

a:active {
	color: #dddddd;
}

a:hover {
	color: #eeeeee;
}

a:visited {
	color: #dddddd;
}

a:visited:hover {
	color: #eeeeee;
}

h1 {
	font-size: 100px;
	letter-spacing: 5px;
}

h2 {
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}

h3 {
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
}

h4 {
	font-weight: normal;
	font-size: 16px;
}

hr {
	height: 0px;
	border: 0px;
	margin: 40px 0px 40px 0px;
}

div.quote {
	width: 100%;
	padding-top: 30px;
	font-size: 22px;
}

div.quote span.source {
	font-size: 18px;
}

div#main {
  width: 100%;
  height: auto;
	text-align: center;
}

div#mainContainer {
 	left: 50%;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}

.contact {
	font-size: 1.1em;
	line-height: 1.6em;
}