
.text-pc {
    font-family: convergence, sans-serif;
    color:#fff;
}

.text-sc {
    font-family: convergence, sans-serif;
    color:#ee1d25;
}

#left-element-top {
    position:absolute;
    height:44px;
    width:662px;
    top:0px;
    left:0px;
    border-radius:8px;
    background-color:#ee1d25;
}

#left-element-bottom {
    position:absolute;
    height:506px;
    width:662px;
    bottom:0px;
    left:0px;
    border-radius:8px;
    background-color:#ee1d25;
    overflow:hidden;
}

#right-element-top {
    position:absolute;
    height:44px;
    width:322px;
    top:0px;
    right:0px;
    border-radius:8px;
    background-color:#ee1d25;
}

#right-element-bottom {
    position:absolute;
    height:506px;
    width:322px;
    bottom:0px;
    right:0px;
    border-radius:8px;
    background-color:#ee1d25;
    overflow:hidden;
}

#company-logo {
    position:absolute;
    height:100%;
    width:250px;
    left:0px;
    top:0px;
    z-index:3;
    border-radius:8px;
    background-image:url(http://api.tile-selector.co.uk/create/company_logos/palco.png);
	background-size:contain;
}


#end-content {
    position:absolute;
    height:557px;
    width:994px;
    margin-left:-497px;
    left:-50%;
    top:145px;
    z-index:1;
    border-radius:8px;
    background-color:#ee1d25;
}
