/* footer */

#footer {
	position: relative;
	margin: -80px auto -20px auto; /* negative value of footer height */
	height: 80px;
/* 	width: 100%; */
	clear:both;
	padding:0;
	background-color: #494949;

	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
/*
	-pie-box-shadow: #666 0px 0px 6px;

	behavior: url(PIE.htc);
*/

} 

#footer div {
	margin: 17px 25px;
	color: #FFF;
}

a.email {
	font-family: 'Oleo Script Swash Caps', cursive;
	font-weight: normal;
	margin: 0;
	color: #FFF;
	font-size: 46px;
	line-height: 46px;
}

#footer p{
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 46px; 
	color: #FFF;
	margin: 0;
}