@charset "utf-8";
/* CSS Document */

body {
	background: #281C0A repeat-x url('images/background_major.png');
	margin: 0px;
}
.table_main {
	background: url('images/background1.png') no-repeat;
}
.menu_bar {
	text-align: center;
	vertical-align: top;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEE1AF;
}
.main_area {
	text-align: center;
	vertical-align: middle;
}
a:link {
	text-decoration: underline;
	color: #EEE1AF;
}
a:visited {
	text-decoration: underline;
	color: #EEE1AF;
}
a:hover {
	text-decoration: none;
	color: #E90000;
}
a:active {
	text-decoration: none;
	color: #E90000;
}