/* -------------------------------------------------------------- 
	Specific content for the unit-level page
-------------------------------------------------------------- */

.unitPageIL126 {
	background: #000000 url('images/backgrounds/unitILBackground.jpg') no-repeat;
}

/* We happen to know the unitLogo for this unit is 58px tall, 8 taller than the normal height of 50px
	Thus, we can add a -4px to center this one, but standard sizes would require less custom rules */
.unitPageIL126 #unitLogo {
	margin-top: -4px;
}


