html,body {
	margin: 0;
	padding: 0;
	background-image:
		url("http://qiiip.org/public/img/foto_logo_portrait.jpg")
		;
	background-position: top;
	background-repeat: no-repeat;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica,
		Arial, sans-serif;
	color: #444;
	font-size: 90%;
}

p,li {
	line-height: 1.8em;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#page {
	width: 870px;
	background-color: #fff;
	position: relative;
	top: 170px;
	margin-left: auto;
	margin-right: auto;
}

div#container {
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica,
		Arial, sans-serif;
	color: #444;
	font-size: 90%;
}


