﻿* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:black;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	position:relative;
	bottom:224px;
	background-color:#222222;

}


.footer p {
	color:#ffffff;
	font-size:13px;
	text-align: left;
	background-color:#222222;
}

.table {
	margin-left:auto;
	margin-right:auto;
	width:740px;
}
