a:link {
	color : #444444;
	}

a:visited {
	color : #444444;
	}

a:hover {
	color : #eeeeee;
	}

a:active {
	color : #eeeeee;
	}

body 	{
	font-family : 'Trebuchet MS', sans-serif;
	font-size : 11px;
	color : #777777;
	background-color : #202020;
	}

table 	{
	height: 100%;
	width: 100%;
	}

td 	{
	height: 100%;
	width: 100%;
	background-color : #202020;
	background-image : url(img.jpg);
	background-position : center;
	background-repeat : no-repeat;
	}

