html {
  position: relative;
  min-height: 100%;
}

body {
	margin-bottom: 60px;
}

body > .container {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

.announcement-heading {
	font-size: 50px;
	margin: 0;
}

.announcement-text {
	margin: 0;
} 
	      
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 7px;
	background-color: #f5f5f5;
}


.homepage-pnlhead {
	background: none !important;
	height: 43px !important;
}

.homepage-pnlhead h3 {
	font-size: 18px;
	font-weight: bold;
}