.modal-footer {   border-top: 0px; }

#background {
	position:fixed;
	_position:absolute; /*target IE6 only */
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
	background-color:#666;
}

 

#pupilleft,
#pupilright {
  position: relative;
  background: #434343;
  border-radius: 50%;
}


#eyeleft,
#eyeright {
  position: absolute;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  z-index:555;
}



#pupilleft {
  width: 8px;
  height: 8px;
}

#eyeleft
{
  width: 16px;
  height: 16px;  
  left: 355px; 
  top: 70px;
}

#pupilright{
  width: 8px;
  height: 8px;
}

#eyeright {
  width: 16px;
  height: 16px;
  left: 371px;
  top: 70px;
}