 body {
     background-image:url(/pokemon/background.png);
     background-color: black;
     background-size: 1920px 1080px;
     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 {
	 position: relative;
	 z-index: 2;
	 color: #E15845;
	 width: 250px;
	 height: 100px;
	 top: 250px;
	 left: 900px;
}

