body {
	background-color: black;
	background-image:url('img/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: white;
	font-family: helvetica, arial;
	font-size: 10pt;
	 }
div.menu {
	position: absolute;
	top: 208px;
	text-align:center;
	width: 100%;
	}
table.maintext {
			 position: relative;
			 top: 220px;
			 table-layout: fixed;
		 }
a:link { 
		  color: #ffffff;
		  text-decoration: none;
	}
a:visited { 
		  color: #ffffff;
		  text-decoration: none;
		  }
a:hover { 
		  color: red;
		  text-decoration: none;
	}
a:active {
		 color: red;
		 text-decoration: underline;
		 }