@-webkit-keyframes pulse {
  0% {
    background-color: #45CEEF; }
  25% {
    background-color: #FFF5A5; }
  50% {
    background-color: #FFD4DA; }
  75% {
    background-color: #99D2E4; }
  100% {
    background-color: #D8CAB4; } }
@keyframes pulse_fox {
  0% {
    background-color: #45CEEF; }
  25% {
    background-color: #FFF5A5; }
  50% {
    background-color: #FFD4DA; }
  75% {
    background-color: #99D2E4; }
  100% {
    background-color: #D8CAB4; } }
		
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
		
body {
  background-color: #000;
  -webkit-animation: pulse 25s infinite alternate;
  animation: pulse_fox 25s infinite alternate; }

.absoluteCenter {
  margin: auto;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 65%;
  max-width: 65%;
	z-index: 0;}

.FishWife {
	max-height: 65%;
  max-width: 65%;
	margin: auto;
	margin-top: 50px;
}

#FishBirthderp {
	background: #000;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 25%;
	right: 25%;
	display: none;
	z-index: 1000;
	-webkit-animation: pulse 5s infinite alternate;
  animation: pulse_fox 5s infinite alternate;
	border: 10px outset #000;
	border-bottom: none;
	padding: 20px;
	box-shadow: 0px 0px 35px #f00;
	text-align: center;
}

#goButton {
	width: 80%;
	height: 50px;
	cursor: pointer;
	border: 5px outset #000;
	color: #f00;
	background-color: #ddd;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

#goButton:hover {
	color: #0b0;
	background-color: #ccc;
}


#birthderpImageLink {
	max-width: 35%;
	border: 25px inset #855048;
	box-shadow: 0px 5px 15px #000;
}

.gift {
	max-width: 25%;	
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
	

/*# sourceMappingURL=styles.css.map */
