footer {
	display:block;
	background-color: #353535;
	width: 100%;
	height: 355px;
}

#footercontent {
	display:block;
	width: 1024px;
	height: 370px;
	margin: 0 auto;
	font-family: MuseoSans_300;
	font-size: 18px;
	color: #fff;
}

#footercontent h1 {
	margin: 0 0 20px 0;
	font-family: MuseoSans_500;
	font-size: 22px;
}

.footermenu {
	display:inline-block;
	margin: 40px 100px 0 0;
	line-height: 34px;
}

.download-buttons { display:none;} 

.footermenu ul {
	list-style: none;
}

.footer-nav,footer a {
	text-decoration: none;
	color: #fff;
}

.footer-nav:hover,footer a:hover {
	text-decoration: none;
	color: rgba(141,197,62,1);
}

#footer-left { float:left; width: 500px; display:block;}
#footer-right {
	display:block;
	float: right;
	clear: right;
}

#footersmicons {
	margin: 25px 0 0 0;
	float:right;
}

footer #app-buttons
{
	margin-top: 25px; margin-bottom: 25px;
}

footer #address
{
	font-size: 14px;
	font-familiy:  MuseoSans_100;
	line-height: 18px;
	margin-top: 30px; 
	padding-top: 15px;
	border-top: #666 solid 1px;
	width: 375px;
}

#recenttweet {
	margin: 40px 0 0 0;
}

#tweetbox {
	background: rgba(90,89,89,1);
	width: 327px;
	height: 100%;
	padding: 10px;
	border: 1px solid rgba(153,153,153,1);
	border-radius: 5px;
}