/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}


div#header {
	background: #1d1d20;
	height: 50px;
	border-bottom: 8px solid #2a2a2f;
}

div#header-inside, div#footer-inside {
	width: 800px;
	margin: 0 auto;
}



/*footer*/

#footer {
	background: #1d1d20;
	border-top: 8px solid #2a2a2f;
	margin-top: 40px;
	font-size: 9px;
	color: #595965;
	padding: 15px 0;
	height: 1%; /*crazy ie7...*/
	text-align: center;
}

#footer a.copy {
	display: block;
	background: url(/assets/images/mucca.gif) no-repeat bottom right;
	height: 43px;
	width: 54px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}