html { 
  background: url('ILS_Wallpaper_40.png') no-repeat center center fixed; 
  background-size: cover;
  overflow: hidden;
}

.top_frame {
  background-color: red;
  height: 5vh;
  font-family: Arial;
  font-size: large;
  color: white;
  margin: 0 auto;
  width: 100%;
 }
 
.top_text {
  float:left;
  width: 24%;
  text-align: center;
  margin-top: 13px;
 } 



div.left_static {
  float: right;
  padding-top: 80px;
  position: static;
  /*border: 1px solid lightgray;*/
  /*background-color: orange;*/
  width: 320px;
  height: 98vh;
  text-align: center;
}

.main {
		background-color:yellow;
		float:right;
	} 
