@charset "utf-8";
html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-color:#dddcdc;
	background-image:url('images/olives.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.footer {
	text-align:center;
	font-size:0.7em;
	color:#5b5c71;
	margin:0;
	padding:0;
}