/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../Backgrounds/grunge3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



table#container {
	position: absolute;
	left: 155px;
	top: 165px;
}

td#leftcol a {
	color: #9b9b9b;
}

td#footer {
	height: 30px;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}