#container {height:           300px;
            width:            600px;
            margin:           10px auto;
            background-image: url(background.jpg);}
            
#content   {position:         relative;
            left:             30px;
            top:              50px;
            text-align:       center;
            height:           200px;
            width:            220px;}
            
span.bold  {font-weight:      bold;}
