body {
	background-color: #FFF;
}

#lEye, #rEye {
	position: absolute;
	top: 100px;
}

#lDot, #rDot {
	position: absolute;
	top: 113px;
}

#lEye {
	left: 100px;
}

#rEye {
	left: 150px;
}

#lDot {
	left: 118px;
}

#rDot {
	left: 153px;
}
