div.ppheader {
	clear: both;
	margin: 0 auto;
	background-image: url("/common/img/headerg.png");
	width: 960px;
	height: 260px;
	position: relative;
}

#newsimg, #gamesimg, #aboutimg, #contactimg {
	position: absolute;
	opacity: 0;
	transition: all .5s ease-in-out;
	z-index: 1;
}

#newsimg {
	left: 234px;
	top: 44px;
}

#gamesimg {
	left: 414px;
	top: -3px;
	opacity: 1;
}

#aboutimg {
	left: 594px;
	top: 44px;
}

#contactimg {
	left: 774px;
	top: 52px;
}

#newsbutton, #gamesbutton, #aboutbutton, #contactbutton {
	width: 153px;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	z-index: 100;
}

#newsbutton {
	left: 241px;
	top: 54px;
	height: 206px;
}
#newsbutton:hover ~ #newsimg {
	opacity: 1;
}

#gamesbutton {
	left: 421px;
	top: 4px;
	height: 256px;
}
#gamesbutton:hover ~ #gamesimg {
	opacity: 1;
}

#aboutbutton {
	left: 601px;
	top: 54px;
	height: 206px;
}
#aboutbutton:hover ~ #aboutimg {
	opacity: 1;
}

#contactbutton {
	left: 781px;
	top: 62px;
	height: 198px;
}
#contactbutton:hover ~ #contactimg {
	opacity: 1;
}