body { font-family: "Georgia"; background: #000; text-align: center; margin: 0; padding: 0; }
#container { margin: 0 auto; width: 900px; text-align: left; }
#container #header { display: block; height: 100px; }
#container #header #logo
{
background: #000 url('http://www.danielflowers.net/images/dfe.png'); 
background-repeat: no-repeat;
z-index: 2;
position: absolute;
background-position: center; 
width: 200px; 
height: 100px; 
display: block; }
#container #header #logo a
{ display: block; height: 100px; }
img 
{ float: left;
border: 5px solid #000; }
.gallery
{ display: block; margin-top: 20px; }
#footer
{ display: block; color: #fff; width: 900px; clear: both; padding: 20px 0px; text-align: center; }
#footer b
{ color: #999; font-weight: normal;padding: 0px 10px; }
#footer a
{ color: #999; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
