* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family:'Arial', sans-serif;
}
select, option {
	font-family:'Arial', sans-serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

/* End: Sticky Footer by Ryan Fait - http://ryanfait.com/ */


/* Scaffolding */

.header {
	background-color:black;
	border-bottom:1px solid #666;
	color:white;
	padding:10px;
}

.wrapper {
	background-color:#333;
	color:white;
}

.wrapper .main-content {
	padding:10px;
	text-align:center;
}

.footer {
	background-color:black;
	color:white;
}

.footer .content {
	padding:10px;
}

/* End Scaffolding */

/* Menu */

#menu-button {
	float:left;
	margin-right:10px;
}

#menu {
	display:none;
	margin:0;
	padding:0;
	z-index:99;
	width:100%;
	position:absolute;
}

#menu li {
	display:block;
	width:100%;
	background-color:white;
	color:black;
	border-bottom:1px solid #666;
}

#menu li a {
	display:block;
	padding:4px;
}
#menu li a:link, #menu li a:visited {
	text-decoration:none;
	color:black;
}
#menu li a:hover {
	background-color:#eee;
	text-decoration:underline;
}

#menu a img {
	border-style:none;
	margin-right:4px;
}

/* End Menu */