 body {
     background-image:url(/pokemon/pokeacademy/images/background.png);
	 background-repeat: no-repeat;
     background-color: black;
     font-family: "Verdana", sans-serif;
	 max-height: 900px;
	 max-width: 1450px;
}

.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/pokeacademy/images/bookshelf.png);
	 background-size: cover;
	 position: relative;
	 z-index: 9;
	 color: #E15845;
	 width: 560px;
	 height: 775px;
	 top: 20px;
	 margin-left: 44px;
}

.boxed2 {
	 background-image:url(/home/images/boxed.png);
	 background-size: cover;
	 position: relative;
	 z-index: 9;
     border: 5px #E15845 ;
	 border-style: double;
	 border-radius: 12px;
	 color: #E15845;
	 width: 1200px;
	 height: 800px;
	 top: -2298px;
	 margin-left: 650px;
}

.music {
	 position: relative;
	 z-index: 2;
	 top: 50px;
	 margin-left: 1000px;
}


.top {
	 position: relative;
	 z-index: 2;
	 top: 40px;
	 margin-left: 13px;
	 margin-bottom: 15px;
}

.left {
	 position: relative;
	 z-index: 2;
	 top: -755px;
	 margin-left: 10px;
}

.right {
	 position: relative;
	 z-index: 2;
	 top: -1533px;
	 margin-left: 604px;
}

.bottom {
	 position: relative;
	 z-index: 2;
	 top: -2346px;
	 margin-left: 15px;
}