body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #333; 
	text-align: center;
	background: url('/grafix/page_bg.png') repeat fixed center;
	background-color: #000;
}
div#wrapper {
	text-align: left;
	position:relative;
	margin: 0 auto;
	top: 0px;
	width:800px;
}
div#header {
	width: 800px;
	height: 118px;
	background: url('/grafix/header.jpg');
	border:2px solid #333;
}
img#logo {
	margin: 30px;
        behavior:url(/iepngfix.htc);
}
div#main {
	margin-top: 10px;
	width: 800px;
	border:2px solid #333;
	background-color: #EEE;
}
div#content {
	width: 780px;
	padding: 10px;
}
div#footer {
	width: 800px;
	height: 130px;
	padding: 10px 2px 0px 2px;
	background: url('/grafix/footer.png');
	color: #CCC;
	text-align:center;
}
.screenshot {
	border:2px solid #333;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
a:link, a:visited {
	color: #090;
	text-decoration: none;
}
a:hover, a:active {
	color: #090;
       	font-style: bold;
       	text-decoration: underline;
}
td {
	font-size: 14px; 
}
p.info {
	text-align: justify;
}
p.small {
	font-size: 10px; 
}
