@charset "utf-8";
/* CSS Document */



* {
	margin: 0;
	color:#9c9c9c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
html, body {
	height: 100%;
	background-color:#000000;
}

img{
	border:0px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:center;
	margin: 0 auto -66px; /* the bottom margin is the negative value of the footer's height */
}

#header{
	text-align:left;
}

.footer{
	background-color:#242424;
}

.footer, .push {
	height: 66px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/