body {
	background-image: url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.footer {
	color: #730808;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #730808;
	font-weight: bold;
	text-decoration: none;
}

.main_table_border {
	border: 1px solid #000000;
	border-collapse: collapse;
}

