
	body { 
		background-image:url("photos 307.jpg");
		background-repeat: repeat; 
		background-attatchment: fixed;
		 text-align:center;
		  padding:100px 0;
		   } /* The body's background image aligns to the top and center of the screen and stays fixed when the page is scrolled */
	div.content { 
		background:url("repeater.png"); 
		text-align:left;
		 margin:100px auto; 
		 padding:20px;
		  width:860px;
		   border:1px solid #000 
		   } /* The 1x1 PNG repeats across the entire div. Its width is 900 - (2 x 20) = 860 */
	h1, p, a { color:#fff; font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif }
	h1 { font-size:18px }
	p { font-size:11px; line-height:18px }
	a { background:#000; color:#fff; font-size:11px; text-decoration:none; padding:5px 10px; border:1px solid #000 }
	a:hover { background:#fff; color:#000 }
#hel {
	position: absolute;
	top: 100px;
	right: 20px;
}
