/* CSS Document */

body { margin: 1em; }
body, td, p, div  { color: #000066; background: inherit; }

body { background:  url(Stars.gif) #000000;  margin: 2em; 
}
.body { background: #330066; color: inherit; margin: 1%; padding: 1%; border: thin solid black; }

.content { background: #ffffff; color: inherit; 
  padding: 1em;
  height: 500px;
  min-height: 300px;	
}
html>body .content { /* IE ignores this block as it doesn't understand the selector */
	height: auto; /* Reset the height for good browsers */
}
.footer { background: #ffffff; color: inherit; padding: .5em;
}
