 body {
     background-image:url(/home/images/kabe.png);
     background-color: black;
     background-repeat: repeat;
	 background-size: 20px 20px;
     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;
}

.banner {
	 position: relative;
	 margin-left: 400px;
}

.nav {
	 position: relative;
	 margin-left: 130px;
	 top: 10px;
	 z-index: 2;
}	 

.boxed {
	 background-image:url(/home/images/boxed.png);
     background-repeat: repeat;
	 position: relative;
	 z-index: 9;
	 margin-left: 294px;
	 margin-bottom: auto;
     border: 5px #9000ff ;
	 border-style: double;
	 border-radius: 12px;
	 color: #00ff00;
	 width: 1200px;
	 height: 780px;
	 top: -728px;
}

.lines  {
	 position: relative;
	 margin-left: 1500px;
	 margin-bottom: auto;
	 top: -1510px;
}