body {
	background-color: #f0ebe2;
}

header {
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 12px;
	text-align: center;
	display: block;
}

header a:hover {
	-webkit-transform: scale(1.05) rotate(3deg);
	-moz-transform: scale(1.05) rotate(3deg);	
	transform: scale(1.05) rotate(3deg);		
	display: block;
}
header img {
	-webkit-transform: scale(1.05) rotate(-2deg);
	-moz-transform: scale(1.05) rotate(-2deg);
	transform: scale(1.05) rotate(-2deg);			
	padding: 24px;
	box-shadow: 0px 0px 24px #dadada;	
}

footer {
	background-color: #e4e2e2;	
	height: 40%;
	min-height: 200px;	
	width: 100%;
	position: fixed;
	bottom: -92px;
	text-align: center;	
	font-size: 16px;
	font-family: 'Open Sans Condensed';
	padding-top: 16px;
	padding-bottom: 20px;	
	line-height: 1.3em;
	font-weight: normal;
	color: #888;
	text-shadow: 1px 1px 0px #efeaea;
}
#separator {
	background: linear-gradient(#bbb 0%, #e4e2e2 25%);
	height: 48px;	
	position: relative;
	top: -36px;
	-webkit-transform: scale(1.1, 1) rotate(2deg);	
	-moz-transform: scale(1.1, 1) rotate(2deg);	
	transform: scale(1.1, 1) rotate(2deg);				
}

footer section.contact {
/*	border: #f00 solid thin;*/
}

footer section.contact hr {
	width: 120px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 2px;
	margin-bottom: 4px;	
	border-color: #dadada;
	box-shadow: 1px 1px 0px #efefef;
}

footer section.contact a {
	color: #555;
	text-decoration: none;
}
footer section.contact a:hover {
	color: #555;
	text-decoration: underline;
}