/* style.css */

body {
	background:#f4f4f4 url(bg.jpg) center 97px no-repeat;
	font:45px arial;
	}
div#heading {
	position: relative; 
	top: 10px;
	text-align:center;
	left: 0;
	right: 0;
	height:50px;
	letter-spacing: 5px;
	}
	
div#heading2 {
	position: relative; 
	top: 10px;
	text-align:center;
	left: 0;
	right: 0;
	height:35px;
	letter-spacing: 4px;
	}
	

div#box {
	background:url(muehlenhof.jpg) top left;
	width:593px;
	height:399px;
	margin:50px auto;
	}
	
div#box:hover {
	background:url(muehlenhof.jpg) bottom left;
	width:593px;
	height:399px;
	margin:50px auto;
	}
	
div#box a{
	display:block;
	height:399px;
	}
	
a {
	text-decoration:none;
	color:black;
	}