  html body {
  margin: 0px auto;
  padding: 0px;
  background-color:#000000;
  overflow-x: hidden;
  height:100%;
  
  }

    #toolbar {position: fixed; top: 0; height: 40px; width: 100%; background-color:#17263d; }
    #page {width: 100%; height:1000px; margin:40px 0px 0px 0px; background-color:#FFFFFF;}
	#container {width: 100%; height:100%;}
	#title { margin: -40px 0px 0px 0px; }
	#close {float:right; margin: -35px 10px 0px 0px;}