body {
  background-color: #eee;
}

#main {
	margin-top: 50px;
}

a.nounderline {
	text-decoration: none !important;
}

.footer {
	min-height: 30px !important;
	height: 30px !important;
}
.footer > div > div > div {
	line-height: 30px;
}
.footer > div > div > div > p {
	font-size:12px;
}

#messageContainerId {
	width: 100%;
	z-index: 999999;
	position: absolute;
	top: 0px;
}
#messageContainerId > div {
	width: 60%;
}