@charset "utf-8";
/* CSS Document */

html, body {
    height:100%;
}
header{
    width: 100%;
    background: #ff5921;
    position: fixed; 
    top: 0;
    height: 20px !important;
    z-index:100;
}

.content {
	position:relative;
    min-height: 50%;
    width:1200px; /* Sizing - any length */
   padding:20px 0 30px 0; /* Header height and footer height */
   margin:0 auto 0 auto; /* Center content */
}



#scrollable2 {
    height:100%;
  background:white;
  min-width: 600px;
  //*margin-left: 0px;
  margin-right: 0px;*//
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

footer {
    width: 100%;
    background: #00518f;
    position: fixed; 
    bottom: 0;
    height: 30px;
}
