body {
	background-color : #000000;
	background-attachment : fixed;
	background-image : url(bilder/bar.jpg);
	background-position : left;
	background-repeat : repeat-y;
}
  
  
#text  {
	position: absolute;
	z-index: 2;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
}
	   
 a {
     	text-decoration : none;
     	color : #888888;
}

tr, td  {

	z-index: 2;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
}