body { 
	position: relative;
	background-color: #000; 
	font-family: trebuchet ms, verdana;
	left: 0px;
	top: 0px;
	margin: 0px;
	color: #fff;
	z-index: 2;
}

form { 
	padding: 0px; 
	margin: 0px; 
	display: inline; 
	color: #fff;
}

hr { 
	height: 1px; 
	color: #111; 
	padding: 0px; 
	text-align: center;
	margin: 12px 0px
}

table { 
	position: relative;
	background-position: 0% 0%;
	background-color: #555;
	border: 0; 
	left: 0px;
	top: 0px;
	margin: 0px;
	color: #fff;
	z-index: 1;
}

td {
	position: relative;
	background-position: 0% 0%;
	left: 0px;
	top: 0px;
	margin: 0px;
	color: #fff;
	z-index: 2;
}

tr {
	position: relative;
	background-position: 0% 0%;
	background-color:  #444 ;
	left: 0px;
	top: 0px;
	margin: 0px;
	color: #fff;
	z-index: 2;
}

background.png { 
	width: 100%;
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #369;
	color: #111;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #036;
	color: #333;
}

img {
	border: 0;
}

#footer {
	position: relative;
	text-align: center;	
	line-height: 1em;
}