		body {
			background-color:black;
			background-position:center top;
			background-repeat:no-repeat;
			font-family: Verdana, Sans-Serif
		}

		a {
			color: #E9E9E9;
			font-size: 2em
		}
		a img {
			border: 0px;
		}

		a:link { 
			text-decoration:none;
		}
		a:visited { 
			text-decoration:none;
		}
		a:hover {
			text-decoration:underline;
		}
		a:active {
			text-decoration:underline;
		}

		.logo {
			margin-left:auto;
			margin-right:auto;
			display:block;
			text-align: center;"
		}

		.linklist {
			list-style-type: none;
			height: 80px;
			width: 540px;
			text-align: center;
			margin: 0 auto;
			padding: 0px;
			display:table;
			overflow: hidden;
		}

		.linklist li {
		   float: left;
			padding: 0px;
			width: 180px;
			margin-left: auto;
			margin-right: auto;
		}
