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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height: 100%;
	background-image: url(../images/bg.jpg);
	background-position: center center;
}
a:link, a:visited, a:hover, a:active {
	color: #FFF;
}
h1{
	font-weight: normal;
}
.content {
	text-align: center;
}
