* { padding: 0; margin: 0; }

a { 
	color: inherit; 
	text-decoration: none;
}
a:hover { text-decoration: underline; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: black;
 color: gray;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: auto;
    text-align: center;
}
.careers {
	padding-top: 100px;
	padding-left: 20%;
	padding-right: 20%;
}

.footer {
	padding-top: 20px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.xerologo {
    max-height: 100px;
    margin: 20px;
    margin-bottom: 30px;
}

.paysaucelogo {
    max-height: 90px;
    margin: 20px;
}

.stratamaplogo {
    max-width: 300px;
    margin: 20px;
    margin-bottom: 50px;
}

.cbcslogo {
    background-color: black;
    max-height: 80px;
    margin: 20px;
    margin-bottom: 35px;
}

.intelalogo {
    background-color: black;
    max-height: 80px;
    margin: 20px;
    margin-bottom: 35px;
}

.passpherelogo {
    width: 300px;
    margin: 20px;
    margin-bottom: 50px;
}

.tpnlogo {
    width: 300px;
    margin: 20px;
    margin-bottom: 0px;
}