<!-- 01.24.09 added a new body it worked... then didn't work...-->
body{
     background-image: url(../images/background.jpg);
     border-style:     solid;
     border-color:     black;
     border-width:     thick;
        font-family:      "Comic Sans MS";
        font-size:        large;
        font-weight:      bold;
     text-align:       center;
     line-height:      1.0em;
     margin:		0%;
     width:		99%;
}

 #flowers{
       background-color: black;
     border-style:     solid;
     border-color:     black;
     border-width:     thick;
     text-align:       center;
     padding:          10px;
     margin-left:      10%;
     margin-right:     10%;
     line-height:      1.0em;
 }
 
