body {
    text-align: center;
    line-height: 1.5em;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 0.85em;
    color: #666666
}

#divStuck {
    margin: 6em auto 0 auto;
    width: 330px;
    text-align: left
}

#spnStuckTop {
    display: block;
    height: 30px;
    background: url(../images/stucktop.png) no-repeat;
}

#divStuckMiddle {
    background: url(../images/stuckmiddle.png) repeat-y;
    padding: 0 40px 0 25px;
}

#divStuckMiddle p {
    position: relative;
    top: 20px;
    margin: 0;
    padding-bottom: 0.5em
}

#spnStuckBottom {
    display: block;
    height: 105px;
    background: url(../images/stuckbottom.png) no-repeat;;
}