<style>
    #content {
        position: relative;
    }
    #content img {
        position: absolute;
        top: 0px;
        right: 0px;
    }
</style>

body {
  background-color: white;

  /* leave it to hide the scrollbars */
  overflow: hidden;
}