
body { 
  background: <#000000#>;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 100%; 
}
.foot-image {
  background-image: url("bottomb2.jpeg");
  background-color: #ccccff;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
.wir-image {
  background-image: url("wir.jpeg");
  background-color: #ccccff;
  height: 830px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image {
  background-image: url("ws_b1.jpg");
  background-color: #ccccff;
  height: 730px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
     #info-box {
	border: 0px dashed #F00;
	padding: 1px;
        position: fixed;
        right: 1em;
        top: 0;
        width:1150px;
}

#bottom-box {
	border: 0px dashed #F00;
	padding: 3px;
        position: relative;
        right: 1em;
        top: 0;
        width:1150px;
}


.menu_text {
    text-decoration: none ;
    top: 30%;
    left: 10%; 
    color: black;
}

.m2_text {
   text-decoration: none ;
   top: 30%;
   left: 10%;
   color: white;
   font-size: 12px;
}

</style>  
  