div.ppheader {
	clear: both;
	margin: 0 auto;
	background-image: url("/common/img/headern.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;
	opacity: 1;
}

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

#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;
}

div.bubble {
	margin: 0px;
	padding: 0px;
	position: relative;
}

div.brow {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 34px;
}

div.browc {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 200px;
}


div.bcorner1 {
	background-image: url("/common/img/b1corner.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 34px;
}

div.bcorner2 {
	background-image: url("/common/img/b2corner.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 34px;
}

div.bcorner3 {
	background-image: url("/common/img/b3corner.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 34px;
}

div.bcorner4 {
	background-image: url("/common/img/b4corner.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 34px;
}

div.btop {
	background-image: url("/common/img/btopborder.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 200px;
}

div.bbottom {
	background-image: url("/common/img/bbottomborder.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 200px;
}

div.bleft {
	background-image: url("/common/img/bleftborder.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 200px;
	width: 34px;
}

div.bright {
	background-image: url("/common/img/brightborder.png");
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 200px;
	width: 34px;
}

div.bcenter {
	background: #ff0004; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0004 30%, #ff0004 30%, #9b1f21 92%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ff0004), color-stop(30%,#ff0004), color-stop(92%,#9b1f21)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff0004 30%,#ff0004 30%,#9b1f21 92%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff0004 30%,#ff0004 30%,#9b1f21 92%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff0004 30%,#ff0004 30%,#9b1f21 92%); /* IE10+ */
background: linear-gradient(to bottom,  #ff0004 30%,#ff0004 30%,#9b1f21 92%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#9b1f21',GradientType=0 ); /* IE6-9 */

	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 196px;
	width: 196px;
	border: 2px solid #FFFFFF;
}