#gallery {
	width: 940px;
	height: 550px;
	background-color: #D3E0DA;
	margin: 0 auto;
	position:relative;
}

#gallery .myFace {
	
	
	
	background-image:url(../imgs/myFaceAnimated.png);
	background-repeat:no-repeat;
	width:285px;
	height:400px;
	position: absolute;
	top:65px;
	left:70px;
	
	
	-webkit-animation-name:eyesBlink, eyesBlinking, eyesBlinkingAgain, eyesBlinkingFinal;
	-webkit-animation-duration:.35s;
	-webkit-animation-delay:1s, 3s, 6s, 9s;
	-webkit-animation-timing-function:steps(6);
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode: forward;
	
	
	-moz-animation-name:eyesBlink, eyesBlinking, eyesBlinkingAgain, eyesBlinkingFinal;
	-moz-animation-duration:.35s;
	-moz-animation-delay:1s, 3s, 6s, 9s;
	-moz-animation-timing-function:steps(6);
	-moz-animation-iteration-count:1;
	-moz-animation-fill-mode: forward;
	
	animation-name:eyesBlink, eyesBlinking, eyesBlinkingAgain, eyesBlinkingFinal;
	animation-duration:.35s;
	animation-delay:1s, 3s, 6s, 9s;
	animation-timing-function:steps(6);
	animation-iteration-count:1;
	animation-fill-mode: forward;

}

#gallery .bio {
	float:right;
	width: 440px;
	margin-right: 70px;
	margin-top: 135px;
}
#gallery p {
	
	text-align: left;
	padding-top: 10px;
	/*padding-right: 22px;*/
	/*margin-left: 420px;*/
	font-size: 20px;
	line-height: 1.4;
	

	color:#6AA38C;
	
	
	
	
	/*
	-webkit-animation-name:fadeIn;
	-webkit-animation-duration:.5s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode: forward;*/
	
	
}

#gallery span{
	font-family: 'CabinBold';
	color:#436B57;
}