body {
			font-family: Helvetica, Arial, sans-serif;
			font-size: 200%;
			margin: 0;
			padding: 0;			
			min-width: 800px;

		}
		
h1 {
			text-align: left;
			font-size: 40%;
			letter-spacing: -.05em;
		}
		
		h2 {
			text-align: center;
			font-size: 350%;
			letter-spacing: -.05em;
			line-height: 1;
			text-transform: ;
			margin-top: 125px;
		}
		
#footer {
	background: black;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	min-width: 800px;
}

#footer img {
	position: fixed;
	right: 100px;
	bottom: 50px;
}
	