body {
  background : #000000;
  font-family : Verdana,sans-serif;
  color : white;
  margin : 0;
}

table.index {
   background-image:url('../images/index.jpg');
	background-repeat: no-repeat;
   text-align: center;
  	width: 800px;
	height: 600px;
	font: bold 12px Tahoma, Arial;
	background-color: #926199;
	margin: 0px 0px 0px 0px;
}

table.main {
   background-image:url('../images/background.jpg');
	background-repeat: no-repeat;
   text-align: center;
  	width: 800px;
	height: 600px;
	font: bold 12px Tahoma, Arial;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

table.title {
   text-align: left;
  	width: 780px;
	font: bold 20px Tahoma, Arial;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

a.footer {
	text-decoration: none;
	color: #CCCC99;
}

a {
	text-decoration: none;
	color: #FFFF00;
}

table.footer {
  	width: 800px;
	font: bold 16px Tahoma, Arial;
	color: #CCCC99;
}

#pagefooter {
	background-color: #330000;
  	width: 762px;
	height: 5px;
}

#prefooter {
	padding: 0px 0px 0px 20px;
}

