body {
background:red url(https://64.media.tumblr.com/37e9d1dffee83684581abe2adc1eac97/92a501d2e39022c5-f3/s400x600/6ca45c8c2403d52f41431299331b22d225a7a720.gifv);
font-family: 'lato', verdana, arial;
font-size: 11px;
color:red;
letter-spacing: 1px;
line-height:10px;}

div.a{
  border-radius: 0px 5px 5px 0px;
  border-color: red red black black;
  border-style: solid;
  width: 79%;
  height: 90%;
  background: black;
  position: absolute;
  left: 0px;
  top: 10%;
  }
  
div.b{
  height: 300px;
  position: absolute;
  left: 29.5%;
  top: 17.5%;
}

div.c{
  height: 300px;
  position: absolute;
  left: 54.5%;
  top: 17.5%;
  }
  
div.d{
  position: fixed;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  }
  
div.e{
  position: fixed;
  right: 2px;
  bottom: 2px;
  }
  
div.f{
  position: fixed;
  left: 2px;
  bottom: 2px;
  }
  
div.g{
  position: absolute;
  left: 2px;
  top: 0px;
  }
  
div.h{
  position: absolute;
  left: 0px;
  top: 8%;
  }
  
div.i{
  position: fixed;
  right: 4%;
  bottom: 0px;
  }