html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing:antialiased;
}
#home {
	min-height: 100%;
	background: url('../img/background_img.png') no-repeat center center scroll; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#main-title {
	font-family: 'Georgia';
	font-size: 54px;
	font-style: italic;
	color: #000;
	width: 350px;
	height: 60px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -30px;
	margin-left: -175px;

}
#copyright{
	height: 200px;
}
#email {
	width: 300px;
	margin: auto;
	text-align: center !important;
	font-family: 'Georgia';
	padding-top: 60px;
}
#subtitle {
	margin-top: 10px;
	font-family: 'HelveticaNeueLTCom-Th';
	font-size: 18px;	
}
#abouttext {
	width: 600px;
	text-align: center !important;
	margin: 0 auto;
}
#download-button {
	margin: auto;
	height: 50px;
	width: 200px;
	text-align: center;	
	margin-bottom: 100px;
}
h1 {
	font-family: 'Georgia';
	font-size: 30px;
	text-align: center;
	font-weight: lighter;
	font-style: italic;
	color: #282828;
	padding-top: 40px;
}
h2 {
	font-family: 'Georgia';
	font-size: 50px;
	font-weight: lighter;
	color: #282828;
	text-transform: inherit;
}
h3 {
	font-family: 'HelveticaNeueLTCom-Lt';
	text-align: left;
	font-size: 25px;
	text-transform: inherit;
	color: #282828;
}
h4 {
	font-family: 'Georgia';
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	text-transform: inherit !important;
	text-align: center;
	color: #282828;

}
p {
	text-align: left !important;
	font-family: 'HelveticaNeueLTCom-Th' !important;
	font-size: 18px;
	color: #282828;
	padding-bottom: 50px;
}
ul {
	font-family: 'HelveticaNeueLTCom-Th';
	font-size: 14px;
	text-align: left !important;
	color: #282828;
}