/*---------------------GENERAL STYLES------------------------*/

body {
    background-image:url(http://downloads.icomproductions.ca/CTC/Neo_Passport/Assets/bg.jpg);
    background-repeat:no-repeat;
    background-origin:content-box;
    background-color: #ffffff;
}
h1 {
    font-size: 40px;
    color: #ec1d21;
    font-family:Open Sans, helvetica, sans-serif;
    font-weight:lighter;
    text-align: center;
    margin:50px;
}
p {
    font-size: 14px;
    color: #898989;
    font-family:helvetica, sans-serif;
    text-align: center;
    margin-bottom:0px;
}

/*---------------------SPECIFIC STYLES------------------------*/

#wrapper {
    margin:0 auto;
    width: 850px;
    margin-top: 0px;
    position:relative;
}
.arrow {
    width:14px;
    height:11px;
    margin: 0 auto;
    position: relative;
}
.onboarding {
    width:400px;
    height:700px;
    float: left;
    position: relative;
    margin-top:45px;
}
.peopleleader {
    width:400px;
    height:700px;
    float: right;
    position: relative;
    margin-top:45px;
}
#toolkitlogo {
    float:left;
    margin:15px;
}
#companylogo {
    float:right;
    margin:0px;
}