html, body {
    padding: 0; margin: 0;
}
#contract{
    position: relative;
    width: 376px;
    height: 84px;
    background: url("../img/banners/contract-html.png") no-repeat center;
    margin: 0px 0px 15px;
}
#pvm{
    position: relative;
    width: 376px;
    height: 84px;
    background: url("../img/banners/pvm-banner-html.png") no-repeat center;
    margin: 0px 0px 15px;
}
#empty-span{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
#contract-text{
    padding: 20px 100px 10px 110px;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 17pt;
}