<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <title>CSS image placement</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
   <style type="text/css" media="screen">
   #headline1 {
      background-image: url(images/head.jpg);
      background-repeat: no-repeat;
      background-position: left top;
      padding-top:994px;
      margin-bottom:177px;
   }
   
</style>
</head>
<body>
   <div id="headline1"><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>
    </div>
   </body>
</html>.image {  background-attachment: fixed; background-image: url(images/head.jpg); background-repeat: no-repeat; background-position: left top}
.dw {  background-attachment: scroll; background-image: url(dw.gif); background-repeat: no-repeat; background-position: left}
.bkg {  background-color: #333366}
.ylp {  background-attachment: scroll; background-image: url(ylp1.jpg); background-repeat: no-repeat}
