@import url(reset.css);

/* --- BASIC STYLES --- */

html {
	background: #cbc4b3 url(bg.jpg) repeat-x; 
}

body {
		margin: 0;
		padding: 0;font: 0.7em/20px Verdana, Arial, Helvetica;
	color: #25160f;
	text-align: center;
}

a, a:hover, a:active, a:visited {
	color: #25160f;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin-bottom: 10px;
	color: #25160f;
}




/* --- FOOTER  --- */

#footer {
	color: #fff;
	font-size: 12px;
	margin: 0 0 30px 0;
	padding: 0 20px;
}


 
