 body {
	text-align: center;
}

div.eyes1 {
	width: 90px; /*75px;*/
	height: 30px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
	top: 158px; left: -265px;
}

div.eyes2 {
	width: 87px; /*75px;*/
	height: 30px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
	top: 136px; left: 266px;
}

div.left_eye,
div.right_eye {
	width: 30px;
	height: 30px;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;		
	/*border: 1px solid;*/
}

div.left_eye2,
div.right_eye2 {
	width: 30px;
	height: 30px;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;				
}

div.right_eye2{
	top: 1px;
}

div.left_eye {
	left: 0;
}

div.right_eye {
	right: 0;
}

div.left_eye2 {
	left: 0;
}

div.right_eye2 {
	right: 0;
}

div.eyes1 div.pupil {
	left: 8.5px;
	top: 8.5px;
	width: 12.5px;
	height: 12.5px;
	position: relative;
	background-image: url("../img/pupil.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;	
	z-index: 100;				
}

div.eyes2 div.pupil2 {
	left: 8.5px;
	top: 8.5px;
	width: 12.5px;
	height: 12.5px;
	position: relative;
	background-image: url("../img/pupil.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;	
	z-index: 100;				
}

#ellipse div.left_eye,
#ellipse div.right_eye {
	background-image: url("../img/ellipse.png");
	background-size:cover;
}

#ellipse div.left_eye2,
#ellipse div.right_eye2 {
	background-image: url("../img/ellipse.png");
	background-size:cover;
}