﻿.springfield
{
    position:relative; 
    width: 500px; 
    height: 400px; 
    background-image: url('http://images.powerpets.com/image/springfield/springfield_background.png');
}

.flower
{
    width: 30px; height: 34px; position: absolute; 
}

.sfbox
{
    width: 160px; height: 250px; position: absolute; top: 60px; left: 220px;
    background-color: #222222;  color: Lime;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 8px;
    display: none;
}
