body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

#logo{
	position: absolute;
	bottom:5px;
	z-index:-1;
}

img.logo
{
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}
img.logo:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
