/*REDONE ALIBABA, MAY 2022-*/


body {
  background: url("BG-1.jpg");
}




div#wrapper {
   width: 950px;
   Position: relative;
   margin: 0 auto; 

}

div#header{
   width: 950px;
   Position: absolute;
   left: 1px;
   top: 25px;
   

}

div#navigation{
   width: 950px;
   Position: absolute;
   left: 1px;
   top: 346px;
   
}

div#mast-left{
   width: 503px;
   Position: absolute;
   left: 1px;
   top: 474px;
   
}

div#mast-right{
   width: 503px;
   Position: absolute;
   left: 504px;
   top: 474px;
}

div#bottom {
   width: 950px;
   Position: absolute;
   left: 1px;
   top: 856px;
}

div#footer {
   width: 950px;
   Position: absolute;
   left: 1px;
   top: 1172px;
}