<!DOCTYPE html>
<html style="background: url('http://www.pictures.com/oracle/web1dot0.jpg')">
<head>
  <title>...Exchange...Bak...Substrate...</title>
  <style>

body {
  color: white;
  font-family: "Comic Sans MS", cursive;
  font-size: 12px;
}

h1 {
  text-align: center;
  font-size: 24px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {
  margin: 0 auto;
  width: 80%;
}

object {
  margin: 0 auto;
  width: 80%;
}

  </style>

</head>
<body>

  <h1>...Meridian of Meaning...</h1>

  <p>...Cushion...Care...Backup...</p>

  <object data="http://svgshare.com/i/abc.svg" type="image/svg+xml"></object>

  <p>...Ebb...Flow...Substrate...</p>

  <img src="http://www.pictures.com/oracle/web1dot0_bak.jpg" alt="Inspiration Image">

  <p>...Trade...Trial...Exchange...</p>

  <object data="http://svgshare.com/i/xyz.svg" type="image/svg+xml"></object>

</body>

</html>