body {

}

.Header {
  height: 100px;
  width: 100%;
  text-align: center;
}

.FullTable{
  height:100%;
  width:100%;
}
.Middle{
}

.Content {
  display:block;
  height:100%;
  overflow: auto;
}

.Nav {
  height:300px;
  width: 300px;
  float: left;
  display:none;
}
.Footer {
  height: 50px;
  width: 100%;
}