
body, p, h1, p:before {background-color:none;}

    body {
    width: 285px ;
    margin: 100px auto ;
    font-family: "Verdana", sans-serif;
    font-size: 10px ; 
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    }   

h1 {
    display: none ;
    }
        
p {
    min-height:306px;
    margin: 0 0 ;
    padding: 20px 0 0 0 ;
        background-image: url('uc_f.gif') ;
        background-repeat: no-repeat ;
        background-position: 47px 71px ;     
    text-align: center ; 
    letter-spacing: 2px ;
    text-transform: uppercase ;
    color: #693 ;
    transition: color 0.2s ease-out, letter-spacing 0.2s ease-out;
    }
        
p:before {
    content: " " ;
    display: block ;
    height: 306px ;
    width: 285px ;
    background-image: url('uc_o.png') ;
    background-repeat: no-repeat ;
    background-position: 0 -20px ;
    }        