* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #000000; 
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
	text-align:center;
	vertical-align:middle; 
}
.footer	{
	height: 4em; /* .push must be the same height as .footer */
	text-align:center;
	background-color:#ffab00;
}

.push	{
	height: 4em; /* .push must be the same height as .footer */
	text-align:center;
}

h1 {
	font-family: arial, verdana, helvetica;
	font-size: 1.5em;
	color: #ffffff;
	letter-spacing:-1px;
	text-align: center;
}

.h2, .h3 {
	font-family: arial, verdana, helvetica;
	font-size: 1em;
	color: #ffab00;
	letter-spacing:-2px;
}

p {
margin-top:60px;
margin-bottom:20px;
}
