
body {
	margin: 0px;
	padding: 0px;
	background: #000 url(images/jupiter.jpg) no-repeat center center fixed;
}

div#links {
	position: absolute;
	top: 100px;
	left: 100;
	width: 180;
}

div#acc_links {
	background-color: #333;
	width: 180px;
}

div#links a {
	display: block;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
	font:  17px/17px sans-serif;
	text-decoration: none;
	color: #ace;
}

div#acc_links a {
	display: block;
	background-color: #333;
	font:  10px/10px sans-serif;
	color: ace;
	margin: 0;
}

div#links a:hover {
	color: #3e3;
}

div#acc_links a:hover {
	color: #3e3; 
	background-color: #111;
}


