#picinfo {
    position: absolute;
    top: 1px;
    right: 1px;
    margin: 0;
    padding: 5px 0 0 10px;
    width: 170px;
    height: 20px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;   
    border-left: 1px solid #262626;  
    background: #3a3a3a;             
}

#decorationPic {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #dddddd;
    margin: 0;
    padding: 0;
    height: 400px;
    text-align: center;        
}

#decorationPic img{
    margin: 0;
    padding: 0;
    border: none;      
}
 
#decorationPic #text{
    padding: 20px 150px 0 30px;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    color: #dddddd;
    text-align: left;        
}

