body {
  /* padding: 0 0 0 200px; */

  margin: 0;
  padding: 0 0 0 0px;
  color: #000;
  background: #003366;
  font-size: 1em;
}

div#fixedbox {
  /* style="position: fixed; left: 2px; top: 1px; height: 400px; width: 200px; padding: 0; */
  overflow: auto;
  height: 100%;
  width: 202px;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background: #003366;
}

div#demo-effect-done {
  /* style="position: fixed; left: 2px; top: 1px; height: 400px; width: 200px; padding: 0; */
  overflow: auto;
  
  position: absolute;
  top: 40%;
  left: 40%;
  
}

div#content {
	/* padding: 1em; */
	padding: 0 0 0 0;
}

div#masthead {
	/* padding: 1em; */
	padding: 0 0 0 0;
}

@media screen {
	body>div#fixedbox {
    	position: fixed;
    }

body>div#demo-effect-done {
    	position: fixed;
    }


}
