
						h1{
	position: relative;
	top: 0;
	z-index: 100;
	padding: 0;
}
#companyPhoto{
	position: relative;
	top: -38px;
	left: 0;
	z-index: 99;
}
#companyPhoto img{
	padding: 0;
}
#companyPhotoCaption{
    font-size: 70%;
    left: 557px;
    position: relative;
    text-align: center;
    top: 0;
    width: 250px;
    margin-top: -80px;
	z-index: 101;
}
						
