body {
     background-color: #000000;
}
#container {
     width: 800px;
     height: 600px;
     margin-left: auto;
     margin-right: auto;
}
#topLeft {
     height: 244px;
     width: 277px;
     background-image: url(images/flower-images/TopLeft.jpg);
     background-repeat: no-repeat;
     float: left;
}
#topLeft p {
     text-align: center;
     font-size: .75em;
     line-height: 2.5em;
     border-bottom: double;
     padding-bottom: 10px;
     }
#topMid {
     height: 224px;
     width: 373px;
     background-image: url(images/flower-images/TopMid.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-left: 8px;
}
#topRight {
     height: 224px;
     width: 121px;
     background-image: url(images/flower-images/TopRight.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-left: 8px;
}
#midLeft {
     height: 54px;
     width: 656px;
     background-image: url(images/flower-images/MidLeft.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-top: -10px;
}
h1 {
     padding-left: 10px;
     font-size: 50px;
     line-height: 0px;
     font-weight: bold;
     font-family: Times, "Times New Roman", serif;
}
#midRight {
     height: 53px;
     width: 120px;
     background-image: url(images/flower-images/MidRight.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-top: -10px;
     margin-left: 10px;
}
#bottomLeft {
     height: 296px;
     width: 277px;
     background-image: url(images/flower-images/BottomLeft.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-top: 10px;
}
#bottomRight {
     height: 296px;
     width: 500px;
     background-image: url(images/flower-images/BottomRight.jpg);
     background-repeat: no-repeat;
     float: left;
     margin-top: 10px;
     margin-left: 8px;
}
p, h3 {
     padding: 0px 10px;
}
p {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: .8em;
     line-height: 1.8em;
     text-align: justify;
}
h3 {
     text-transform: capitalize;
     border-bottom: double;
     text-align: center;
}
h4 {
     padding: 10px;
     text-align: center;
     letter-spacing: 2pt;
     line-height: 2em;
     font-family: Courier, "Courier New", monospace;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}