body {
	background: #000;
	color: #c4c4c4;
	margin: 80px;
	font-weight:900;
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
}




li {
	float:left;
	list-style-type:none;	
	font-weight:900;
}


a {
	color:#C4C4C4;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
}


h1 a {
	display:block;
	background: url(top.png) no-repeat center;
	height: 600px;
	margin: 20px;	
}


.hide {
	display: none;
	}
