 body {
     background-image:url(/pokemon/pokecenter/images/background.png);
     background-color: black;
     background-size: cover;
     font-family: "Verdana", sans-serif;
	 max-height: 900px;
	 max-width: 1430px;
}

.back-to-main {
     /* This is the button for the top left corner */
	 background-image:url(/home/images/boxed.png);
     position: fixed;
	 z-index: 2;
	 top: 15px;
	 left: 15px;
	 border-style: dotted double solid double;
	 border-color: #8000FF;
	 border-radius: 12px;
	 color: #00ff00;
	 padding: 7px 7px;
	 font-size: 13px;
}

.boxed1 {
	 background-image:url(/pokemon/pokecenter/images/bookshelf.png);
	 background-size: 660px 840px;
	 position: relative;
	 z-index: 9;
	 color: #E15845;
	 width: 660px;
	 height: 840px;
	 top: -100px;
	 margin-left: 180px;
}

.boxed2 {
	 background-image:url(/home/images/boxed.png);
     background-repeat: repeat;
	 position: relative;
	 z-index: 9;
     border: 5px #E15845 ;
	 border-style: double;
	 border-radius: 12px;
	 color: #E15845;
	 width: 630px;
	 height: 360px;
	 top: -2400px;
	 margin-left: 930px;
}

.top {
	 position: relative;
	 z-index: 2;
	 top: 3px;
	 margin-left: 146px;
	 margin-bottom: 100px;
}

.left {
	 position: relative;
	 z-index: 2;
	 top: -941px;
	 margin-left: 143px;
}

.right {
	 position: relative;
	 z-index: 2;
	 top: -1786px;
	 margin-left: 842px;
}

.selection {
	 position: relative;
	 z-index: 2;
	 top: -2390px;
	 margin-left: 1100px;
}

.bottom {
	 position: relative;
	 z-index: 2;
	 top: -2276px;
	 margin-left: 140px;
}