body {
    background-image: url(img/bg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin: 0 auto;
    font-family: Calibri, Arial;
}

a {
    text-decoration: underline;
    color: #ffffff;
}

#top {
    width: 100%;
    text-align: center;   
}

#desc {
    clear: both;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 2;       
}

    #desc span.item1 {
        font-size: 20px;
        font-weight: bold;
    }
    
    #desc span.item2 {
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
    }
    
    #desc img {
        position: absolute;
        right: 50px;
        bottom: 0px;    
    }
