html, body {
	color: White;
	margin: 0px; padding: 0;
	height:100%; border: none;
}

body, th, td {
 font: normal 12px arial,verdana,helvetica,sans-serif;
}

#footer {
	font-size: 90%;
	padding-top: 15px;
}

:link, :visited {
 text-decoration: none;
 color: white;
}
:link:hover, :visited:hover {
 text-decoration: underline;
}

.content-wrapper {
	padding: 15px 30px 0 30px;
}