body {
  padding-top: 50px;
}

#site_body_content {
	padding-top: 20px;
	padding-bottom: 20px;
}
#site_body {
/*	background-image: url("analytics-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    position: relative;*/
}

#map {
	width: 100% !important;
	min-height: 500px;
}

.footer-inverse {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	border-color: #252525;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}