body {	background-color: #000;	text-align:center;}#logo {	width:900px;	height:578px;	background-repeat:no-repeat;	margin: auto;}a:link {	color: maroon;	text-decoration: none;	}     /* unvisited link */a:visited {color: maroon; text-decoration: none;}  /* visited link */a:hover {color: #fff; text-decoration: none;}   /* mouse over link */a:active {color: maroon; text-decoration: none;}   /* selected link */