body {
	
	background-image:url('logo.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}
div#f {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	/*background-color: #f0f0ff;
	border-top: 1px solid #cccccc;*/
	padding: 10px;
	text-align: center;
	/*color: #c8e1e1;*/
	color: #3a5985;
}
