/*
	 CSS-Tricks Example
	 by weberica
	 http://www.weberica.net/
*/

*
{ margin: 0; padding: 0; }

body				
{font: 15px Cambria, Serif;
background: url(images/3.jpg) no-repeat fixed; }

h1					
{ font: 36px Georgia, Serif; }

#page-wrap			
{ width: 700px; 
margin: 100px auto;
background: url(images/4.jpg) no-repeat fixed;
border: 2px solid white; 
padding: 30px;
}
					   
p
{margin-bottom: 150px;}