* {
	background:none;
	color:yellow;
	font-family:Sans-serif, Verdana, Arial;
}

body {
	background-color:black;
	background-image: url(moon.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
}

img {
	padding:2px;
	margin:5px;	
	border:1px solid yellow;
}

