#logo
{
  margin-top:22px;
  height:60px;
  overflow:hidden;
}

html {
  position: relative;
  min-height: 100%;
  min-width:800px;
}
.navbar{
	height:50px;
}
main {
	margin-top:80px;
	margin-bottom:140px;
}
.companyLine
{
  height: 12px;
  background-color:#008ad2;
  top: 50px;
  left:0;
  right:0;
  position:fixed;
  display:block;
  z-index:1000;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  color:white !important;
  font-size:small; 
  background-color: #008ad2;
}

footer a
{
  color:white !important;
}