body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-color: #d3bca5; 
	color: #804a2a;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	}

		
div#container {
	margin: 1em auto;
	width: 80%;
	  
	}
	
	#container a:link, #container a:visited, #container a:active {
  	color: #804a2a;
  	text-decoration: underline;
  
	}
	#container a:hover {
   	color: #f57b20;
  	text-decoration: underline;

	}



IMG.centered_image {
    	display: block;
    	margin-left: auto;
    	margin-right: auto 
    	}


P.centered_text {
    	margin-left: auto;
    	margin-right: auto;
    	width: 500px;
    	text-align: center;
    	line-height:18px;
	}




