body {
	overflow: hidden;
}

#piggy_container {
	width: 500px;
	height: 300px;
	margin: 0 0 -24px 0;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

#piggy {
	width: 500px;
	height: 300px;
	position: absolute;
	top: 300px;
	background: url(/img/piggy.jpg) no-repeat top center;
}

.da_button {
	width: 360px;
	margin: 54px auto;
}

button {

}