body {
  padding-top: 50px;
}
html,
body {
	height: 100%;
}


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

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

.theme-showcase .navbar .container {
  width: auto;
}
#main{
    min-height: 100%;
    height: auto;
    max-width:80%;
    width:1440px;
    margin-bottom:-60px;
    padding-bottom:60px;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.footer a{
  color: #333;
  text-decoration: none;
}

.footer a:hover{
  text-decoration: underline;
}
