div#wrapper{
    position: relative;
}
div.businessbck{
    position: relative;
    width: 100%;
    height: 840px;
}
div.businessbck img{
    position: relative;
    width: 1680px;
    height: auto;
    left: 50%;
    margin-left: -840px;
}
div#bsnsprj{
    position: relative;
    padding-left: 33px;
    z-index: 40;
}
div#bsnsprj a{
    float: left;
    margin-right: 33px;
    margin-bottom: 36px;
    width: 356px;
    height: 240px;
}
div#bsnsprj a img{
    width: 356px;
    height: 220px;
}
div#bsnsprj h4{
    color: white;
    text-align: center;
}
img#bck{
    display: none;
    position: fixed;
    z-index: -1;
    width: 1680px;
    height: 840px;
    top: 0px;
}
div.bckcover{
    z-index: 10;
    position: fixed;
    top: 0px;
    width: 1680px;
    height: 840px;
    background-color:black;
    opacity: 0;
    display: none;
    left: 50%;
    margin-left: -840px;
}
div#bsns-content{
    position: relative;
}

div#bsns-content h3{
    position: relative;
    top: -240px;
    font-size: 18px;
    color: white;
}

div#bsns-content p{
    position: relative;
    top: -80px;
    left: 550px;
    width: 540px;
    margin-bottom: 10px;
    font-size: 16px;
    color: white;
    margin: 10px;
}