<div class="container">
  <img src="http://tympanus.net/codrops-playground/assets/images/cssref/properties/clear/kitten.jpg" alt="Kitten" />
  <p>Need to chase tail
    Climb leg run in circles sun bathe yet cat snacks. Need to chase tail hide when guests come over for chew iPad power cord but behind the couch for chase imaginary bugs so stick butt in face. Make muffins find something else more interesting and burrow under covers lick butt yet leave hair everywhere so leave hair everywhere but flop over. Under the bed. Play time rub face on everything, or stick butt in face. Why must they do that throwup on your pillow. </p>
  <ul>
    <li>Cats are furry.</li>
    <li>Cats drink milk.</li>
    <li>Cats are always sleepy.</li>
    <li>Cats meow.</li>
    <li>Cats like to be spoiled.</li>
    <li>Who doesn't, right?</li>
  </ul>
</div>
body {
  background-color: #F5F5F5;
  color: #555;
  font-size: 1.1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container {
  width: 90%;
  margin: 50px auto;
}

img {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

ul {
  /*   clear: left; */
}