html
{
	height: 100%;
}

body
{
	height: 100%;
	background: url("bg.jpg") repeat-y fixed top left;
	background-color: #ffffff;
	color: #603000;
	margin-left: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table.itable
{
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #603000;
	padding: 0;
	border: 0;
}

td.btd
{
	height: 75%;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	padding: 0;
	border: solid #000066 2px;
}

a.invisible
{
	text-decoration: none;
	color: #ffffff;
}

