body, table, tr, td { 
	margin-top: 0;
	background-color: transparent; 
	background-image: url("bg.jpg"); 
	background-position: top center; 
	background-attachment: fixed; 
	background-repeat: repeat-y;
	background-color: #000000;
	font-family: arial;
	font-size: 11px;
	color: #dddddd;  }
	
h1 {
	font-size: 12px;
	font-weight: bold; }

div.title {
	position: relative;
 	top: 20px;
 	left: 56px; }
 	
div.content {
	position: relative;
 	top: 20px;
 	left: 20px;
 	width: 788px;
 	text-align: justify; }

a:link {
	color:#a56039;
	text-decoration:none; }

a:visited {
	color:#a56039;
	text-decoration:none; }

a:hover {
	color:#c99e5a;
	text-decoration:underline; }