* {
	color: #554D0D;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	}

BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url('img/bg_main.jpg');
	background-repeat: no-repeat;
	background-position: 50% 65px;
	}

TABLE TD {
	padding: 0;
	}

IMG, TABLE {
	border: 0;
	}

TABLE {
	border-collapse: collapse;
	}

A:link, A:visited, A:active {
	color: #554D0D;
	text-decoration: none;
	}

A:hover {
	color: #FF6905;
	}

TD#bgcenter {
	background-image: url('img/bg_center.gif');
	background-repeat: repeat-x;
	}

TD#bgleft {
	background-image: url('img/bg_left.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	}

TD#bgright {
	background-image: url('img/bg_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}