<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Banner header</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">



#banner {
  float: left;
  width: 800px;
  height: 240px;
  padding: 2;
  margin-bottom: 2;
  background: #f0f url(http://www.lovelylovesayings.com/images/Kissing-in-the-flowers.jpg);
}

#banner h1 {
  margin: 30px 0 0 12px;
  font: normal 2em verdana, arial, sans-serif;
  text-transform: none;
  letter-spacing: 2px;
  color: pink;
  background: transparent;
}

</style>

</head>
<body>
  <div id="banner">
    <h1>Love Sayings Love Quotes Love Proverbs</h1>

      In her first passion woman loves her lover,<br>
      In all the others all she loves is love.<br><br>

      George Gordon Lord Byron 

  </div>

</body>
</html>