body {
color: #FFFFFF; 
background-color: #000000;
font-family: ‘Arial Black’, Gadget, sans-serif;
background-image:url('bg.jpg');
}

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: none; 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 -121px; /* the bottom margin is the negative value of the footer's height */
	z-index:1;
}
.footer, .push {
	position:relative;
	height: 121px; /* .push must be the same height as .footer */
	z-index:0;
}