body {
	margin: 0;
	padding: 0;
	font-family: georgia,serif;
	color: #333;
	text-align: center;
	background: #F8F7F4 url(../images/background/bg.jpg);
	height:100%
}
td.MAIN {
	width:800px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	background-color:#601414;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.INNEWS {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: white white white white;
	background-color:#f8f7f4;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.MAIN {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	height:100%;
}
td.LEFT {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	background-color:#000000;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.RIGHT {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	background-color:#000000;
	-moz-border-radius: 0px 0px 0px 0px;
}

#toplefttxt
{
position:absolute;
top:0px;
left:100px;
width;100px;
height:500px;
}
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: white;}