/* CSS Document */

html, body {
	margin: 0;
	background: url(images/twilnklingstars.gif) #000000;
}

img {
	border-width: 0px;
}

#container {

	margin: 0;
	padding: 0;
	height: 600px;

}

#nav-planets {
	margin: 0;
	padding: 0;
}


#planet {
	margin:0;
	padding:0;	
}

#planet-bg {
	z-index: -2;
	position: absolute;
	margin:0;
	padding:0;
	bottom:0px;
}


