body {
	background: #673745;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.container {
	border-collapse: collapse;
	height: 581px;
}

td.left {
	background: #673745 url(img/splash_bg.jpg) repeat-x;
	background-position: top right;
}
	
td.center {
	background: #673745 url(img/splash01.jpg) no-repeat;
}
	
td.right {
	background: #673745 url(img/splash_bg.jpg) repeat-x;
}

td.but {
	background: url(img/but_bg.png) no-repeat;
}

tr.hspl {
	height: 420px;
	}

tr.hspl25 {
	height: 25px;
	}

table.buttons {
	border-spacing: 10px;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
	font-weight: 600;
	display: block;
}
	
a:hover{
	letter-spacing: 2px;
}