body {
color: #FFFFFF; 
background-color: #000000;
font-family: ‘Arial Black’, Gadget, sans-serif;
}

a:link {text-decoration: none; color: #FFFF00; }
a:visited {text-decoration: none; color: #FFFF00; }
a:active {text-decoration: none; color: #FFFF0; }
a:hover {text-decoration: underline; color: #FFFFFF; }




/* The CSS that's required to position the footer */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -221px; /* the bottom margin is the negative value of the footer's height */
	z-index:1;
}
.footer, .push {
	position:relative;
	height: 221px; /* .push must be the same height as .footer */
	z-index:0;
}
#flashwait {
	font-size:2em;
	color:#444444;
	font-weight:bold;
}
#editbutton {
	font-size:10em;
	color:#222222;
	font-weight:bold;
}
#submitbutton {
	font-size:4em;
	color:#333333;
	font-weight:bold;
}
#sharebutton {
	font-size:2em;
	color:#333333;
	font-weight:bold;
}