 body {
     background-image:url(/pokemon/cardshop/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 {
	 background-image:url(/home/images/boxed.png);
	 background-size: 1075px 700px;
	 position: relative;
	 z-index: 9;
     border: 5px #E15845 ;
	 border-style: double;
	 width: 300px;
	 height: 700px;
	 top: 30px;
	 margin-left: 200px;
}

.boxed2 {
	 background-image:url(/pokemon/cardshop/cardbinder.png);
	 background-size: 1075px 750px;
	 position: relative;
	 z-index: 9;
	 width: 1075px;
	 height: 750px;
	 top: -675px;
	 margin-left: 600px;

