div.header {
	position: relative;
	top: 0px; left: 0px;
	height: 125px; width: 100%
	z-index: 15; }
	
div.waterman {
        position: absolute;
	top: -10px; left: 25%;
        height: 100%; width: 50%;
        z-index: 15;}

/* Row 1 */
div.logo_a {
        position: absolute;
	top: 10px; left: 0px;
        height: 60px; width: 13%;
        z-index: 15;}
div.logo_b {
        position: absolute;
	top: 0px; left: 13%;
        height: 60px; width: 13%;
        z-index: 15;}
div.logo_c {
        position: absolute;
	top: -10px; left: 75%;
        height: 60px; width: 13%;
        z-index: 15;}
div.logo_d {
        position: absolute;
	top: 10px; left: 87%;
        height: 75px; width: 13%;
        z-index: 15;}
/* Row 2 */		
div.logo_e {
        position: absolute;
	top: 60px; left: 0px;
        height: 60px; width: 13%;
        z-index: 15;}
div.logo_f {
        position: absolute;
	top: 60px; left: 13%;
        height: 70px; width: 13%;
        z-index: 15;}
div.logo_g {
        position: absolute;
	top: 85px; left: 75%;
        height: 60px; width: 13%;
        z-index: 15;}
div.logo_h {
        position: absolute;
	top: 60px; left: 88%;
        height: 60px; width: 13%;
        z-index: 15;}
		
