body{
	background:#000;
	padding:0;
	margin:0;
	font-family:verdana,sans-serif;
	font-weight:bold;
	font-size:85%;
	color:#fff;
}
	
div#system{
/*	height:1848px;*/
/*	width:5912450px;*/
	width:4499900px;
	position:absolute;
	top:0;
	left:0;
}
	
div#sunn{
	background-image:url(sun.jpg);
	height:600px;
	width:1200px;
	position:absolute;
}

div#notes{
	height:15em; 
	padding:0 1em 2em 1em;
	width:20em;
	border:6px double #fff;
	position:fixed;
	left:50px;
	bottom:50px;
	text-align:center;
}

h1{font-size:100%;}

div#mercury{
	height:5px;
	width:5px;
	position:absolute;
	left:57998px;
	top:198px;
}

div#venus{
	height:12px;
	width:12px;
	position:absolute;
	left:108154px;
	top:194px;
}

div#earth{
	height:13px;
	width:13px;
	position:absolute;
	left:149614px;
	top:194px;
}

div#mars{
	height:7px;
	width:7px;
	position:absolute;
	left:227887px;
	top:197px;
}

div#jupiter{
	height:143px;
	width:143px;
	position:absolute;
	left:778119px;
	top:133px;
}

div#saturn{
	height:244px;
	width:244px;
	position:absolute;
	left:1426928px;
	top:100px;
}

div#uranus{
	height:51px;
	width:51px;
	position:absolute;
	left:2870325px;
	top:175px;
}

div#neptune{
	height:50px;
	width:50px;
	position:absolute;
	left:4499925px;
	top:175px;
}

div#pluto{
	height:3px;
	width:3px;
	position:absolute;
	left:5913025px;
	top:199px;
}

div.planet img{margin:0;
	padding:0;
	border:0;
/*	margin-top:100px;*/
}

div#window{position:fixed;
	bottom:50px;
	right:50px;
	color:#fff;
	text-align:right;
}

a{color:#fff;}


