	* {
		margin: 0;
		padding: 0 }
	
	body {
		width: 100%;
		height: 100%;
		font-family: arial, sans-serif;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 1px;
		color: #300;
		background: #999 }
	
	#page {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: #000 url(/pic/20050612.to-the-moon.jpg) no-repeat bottom }
	
	div#nologo {
		position: absolute;
		z-index: 3;
		top: 10px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-family: "Trebuchet MS", arial, sans-serif;
		text-transform: uppercase }
	
	h1 {
		font-weight: normal;
		font-size: 120px;
		line-height: 96px;
		color: #fc6 }
	h1 a {
		text-decoration: none;
		color: #fc6 }		
	h2 {
		padding: 0 0 0 8px;
		font-weight: bold;
		font-size: 36px;
		line-height: 32px;
		letter-spacing: 6px;
		color: #c60 }
	h2 a {
		text-decoration: none;
		color: #c60 }

	div#shelf {
		position: absolute;
		z-index: 4;
		bottom: 0;
		width: 100%;
		margin: 0 auto;
		text-align: center }
		
	address {
		padding-bottom: 5px;
		font-style: normal }
		
	address a {
		border-bottom: 1px dotted #600;
		text-decoration: none;
		color: #900 }
	address a:hover,
	address a:active {
		border-bottom: 1px solid #c33;}