* {
	margin: 0;
}

html, body, #maincontainer { 
	height: 100%;
	font-family: sans-serif;
}

#maincontainer {
	margin: 0 auto -3em;
}

#container {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

#header {
	background-color: #14cc2c;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 4.2em;
}

h1 {
	margin-top: 0px;
}

.button {
	background-color: #ff5d30;
	color: #EEEEEE;
	width: 75%;
	padding: 10px;
	margin: 15px auto;
	font-size: 4em;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

.button:hover {
	background-color: #FF3600;
	color: #FFFFFF;
}
a:visited {text-decoration:none}
a:link {text-decoration:none}
.button:visited {text-decoration:none}
.button:link {text-decoration:none}

#footer {
	text-align: center;
	clear: both;
	position: relative;
	z-index: 10;
	height: 3em;
	background-color: #14cc2c;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: -3em;
	padding: 1em;
}
