html {
	width: 100%;
	height: 100%;
}

body {
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

a {
	color: White;
	text-decoration: underline;
}

a:hover {
	color: Red;
	text-decoration: underline;
}

td {
	color: White;
	font-size: 11px;
}

#outertable {
	width: 100%;
	height: 100%;
}

#contenttable {
	width: 760px;
	height: 570px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}

#tableleft {
	width: 280px;
}

#tableright {
	height: 550px;
	width: 100%;
}

input,textarea {
	background-color: Black;
	border: 1px solid White;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}