html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
}
body {
	background: url(../images/bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
p {
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#body {
	text-align: center;
	margin-top: 60px;
}
h1 {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
a:active {


	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	font-size: 10px;
	margin-top: 5px;
}
#footer a:link {
	font-size: 10px;
}
#footer a:visited {
	font-size: 10px;
}
#footer a:hover {

	font-size: 10px;
}
#footer a:active {


	font-size: 10px;
}
