/* CSS Document */
body { 
	background-image: url(Sun_eclipse.jpg); 
	background-attachment: fixed;
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center center;
    font-size:1em;
	font-family: Arial, Verdana;
	text-align : center;
	color:c0d3dd;
}

#center {
margin: 0px auto 0px auto;
text-align: left;
width: 50em;
} 

img {
border:0;
}

