#company { display: block; position: relative; width: 700px; margin: 0 auto; }

    /* titulo */
    #company div.title { display: block; position: relative; height: 50px; width: 65%; margin: 0 auto; padding: 0 35px; }
        #company div.title h1 { display: block; position: relative; height: 48px; line-height: 24px; margin: 0; font-size: 18px; color: #dee345; text-align: center; overflow: hidden; }
		#company div.title span { display: block; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -75px; width: 150px; height: 0; border-bottom: 2px solid #d0d2d2; }

    /* fotos */
    #company div.photos { display: block; position: relative; width: 100%; height: 292px; margin: 30px 0 0 0; }
		#company div.photos a { display: none; position: absolute; border: 1px solid #ffffff; overflow: hidden; }
		#company div.photos a:hover { border-color: #dee345; }
        #company div.photos a:nth-child(1) { display: block; top: 0; left: 140px; width: 182px; height: 182px; border-width: 5px; border-radius: 100%; }
		#company div.photos a:nth-child(2) { display: block; top: 45px; left: 375px; width: 54px; height: 54px; border-width: 2px; border-radius: 100%; }
		#company div.photos a:nth-child(3) { display: block; top: 70px; left: 475px; width: 70px; height: 70px; border-width: 3px; border-radius: 100%; }
		#company div.photos a:nth-child(4) { display: block; bottom: 0; left: 350px; width: 98px; height: 98px; border-width: 4px; border-radius: 100%; }
		#company div.photos a:nth-child(5) { display: block; bottom: 30px; left: 270px; width: 47px; height: 47px; border-width: 2px; border-radius: 100%; }
			#company div.photos a img { display: block; position: relative; width: 100%; height: 100%; }

    /* descricao */
    #company p { display: block; position: relative; margin: 50px 0 0 0; padding: 0 0 50px 0; line-height: 25px; text-align: justify; font-size: 18px; border-bottom: 2px solid #d0d2d2; }