﻿

html, body {
	height :100%;
	background-color:black;
	margin: 0;
}

div {
	margin: 0;
}

h3 {
	color: #9BCC60;
}

.wrapper {
	position: relative;
	width: 40em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	
}

.footer, .push {
	margin: 0;
	color: white;
	height: 100px; /* .push must be the same height as .footer */
}

#tabs {
	font-family: Arnoldboeklin, fantasy;
	font-style: italic;
}

#tabs p {
	font-family: 'Times New Roman';
	font-style: normal;
}

#header {
	font-family: Arnoldboeklin, fantasy;
	font-style: italic;
	color: #9BCC60;
	height: 176px;
	padding-top: 13px;
}

#header h1 {
	position: relative;
	top: -140px;
	left: 230px;
}

#header h2 {
	position: relative;
	top: -165px;
	left: 390px;
}

.footer p {
	position: relative;
	top: 10px;
	text-align: center;
	margin: 0;
}




