<!DOCTYPE html>
<html>
<head>
  <style type='text/css'>
    div {
      position: absolute;
      display: block;
      width: 160px;
      height: 160px;
      background: red;
      top:108px;
      left:308px;
    }
  </style>
</head>
<body>
    <div></div>
</body>
</html>