html {
  height: 100%;
}
html body {
  height: 100%;
  overflow: hidden;
}
html body .container-fluid.body-content {
  position: absolute;
  top: 88px;
  bottom: 80px;
  right: 0;
  left: 0;
  overflow-y: auto;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
}
.line {

  padding-right: 20px;
  border-right: 1px solid #cfc7c0 ;
}
body{	
		font-size:15;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background-image: url("https://dashboard.conceptninjas.com/images/cn/b43.png");
	}
