body {
	background-color: rgb(60,60,60);
}

#PalletTown {
	z-index: -1;
	height: 100%;
	width: 100%;
	position: fixed;
    background-image: url('../img/PalletTown.gif');
    background-size: 1088px 904px;
    background-repeat: no-repeat;
    top: 637px;
    left: 703px;
}

#player {
	/*so we are going to set the width and height to 0x0 because thats the pixels for one frame of the animation*/
	width: 30; /* 15 30 these values default to pixels (ex. 32px;)*/
	height: 38; /* 19 38 */
	/*we want our charater to be in the center of the browser*/
	position: fixed;
	left:50%;
	top: 50%;
	background-image:url('../img/pkmnFRHero.gif'); 
	background-position: -48 -70;
	background-size: 1134px 598px;
}
