@CHARSET "ISO-8859-1";
html {
	background-image: url('/images/black_bg.png');
}

body {
	background-image: url('/images/background.png');
	background-position: top center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
  	width: 800px;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
  	font-size: 11pt;
}

#logo {
	text-align: center;
}

#click_thru {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: courier, serif;
	font-weight: bold;
	font-size: 12pt;
}