 body {
     background-image:url(/pokemon/pokedex/images/background.jpg);
     background-color: black;
     background-size: cover;
     font-family: "Verdana", sans-serif;
	 max-height: 900px;
}

a:link {
     color: #00ff00;
}

a:visited {
     color: #00ff00;
}

a:hover {
     color: red;
}

.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;
}

.topleft {
	 position: relative;
	 margin-left: 250px;
	 top: 15px;
	 z-index: 3;
}
.topright {
	 position: relative;
	 margin-left: 883px;
	 top: -96px;
	 z-index: 3;
}

.leftside {
	 position: relative;
	 margin-left: 250px;
	 top: -103px;
	 z-index: 2;
}

.screen1 {
	 position: relative;
	 margin-left: 303px;
	 top: -920px;
	 z-index: 6;
}	 

.boxed1 {
	 background-image:url(/pokemon/pokedex/images/kabe.png);
     background-repeat: repeat;
	 position: relative;
	 z-index: 9;
	 margin-left: 330px;
	 margin-bottom: auto;
     border: 5px #9000ff ;
	 border-style: double;
	 border-radius: 12px;
	 color: #00ff00;
	 width: 432px;
	 height: 396px;
	 top: -1400px;
}

.hinge {
	 position: relative;
	 margin-left: 794px;
	 top: -1816px;
	 z-index: 2;
}

.screen2 {
	 position: relative;
	 margin-left: 940px;
	 top: -2630px;
	 z-index: 4;
}

.boxed2 {
	 background-image:url(/pokemon/pokedex/images/kabe.png);
     background-repeat: repeat;
	 position: relative;
	 z-index: 9;
	 margin-left: 936px;
	 margin-bottom: auto;
     border: 5px #9000ff ;
	 border-style: double;
	 border-radius: 12px;
	 color: #00ff00;
	 width: 498px;
	 height: 382px;
	 top: -3024px;
}

.gamegrid {
	 position: relative;
	 margin-left: 917px;
	 top: -3025px;
	 z-index: 9;
}


.rightside  {
	 position: relative;
	 margin-left: 1437px;
	 top: -3703px;
	 z-index: 2;
}

.info {
	 background-image: url(/pokemon/pokedex/images/controls.png);
	 background-repeat: no-repeat;
	 position: relative;
	 margin-left: 302px;
	 top: -4003px;
	 z-index: 4;
}

.bottomleft  {
	 position: relative;
	 margin-left: 300px;
	 top: -4005px;
	 
}

.bottomright  {
	 position: relative;
	 margin-left: 899px;
	 top: -4139px;
}