/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	background-color: #e7e8ea;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}


/* CONTENT */

#container {
	width: 800px;
	margin: 5em auto 1em auto;
	padding: 0;
}

#logo {
	height: 600px;
	background: url('../img/nuttenhaus-temp-back.jpg') no-repeat top center;
	color: #FFF;
	text-align: left;
}

.title { font-size:24px; font-style:normal; color:#3a3a3a; font-weight:bold; letter-spacing:-1px; margin:45px 0 15px 0; width:600px;}
