html, body, table, tr, td {
	margin: 0;
	padding: 0;
    font: 11px Arial, Tahoma, Trebuchet MS, Verdana;
	text-align: justify;
	line-height: 16px;
}
body {
	color: #8d8777;
	overflow: auto;
	overflow-y: scroll;
    background: #ffeabb url(../gfx/bg_body.gif) no-repeat 50% 50%;
}
#main {
	width: 100%;
	height: 100%;
}
#content {
	width: 886px;
	height: 486px;
	border: 7px solid #b58f1e;
	background-color: #000;
	margin: auto;
}
a {
	color: #b58f1e;
	text-decoration: none;
	outline: none;
}
a:hover { color: #e9cf8c }
span.separator2 {
	color: #b58f1e;
	margin: 0 5px;
}
