
body {

	font-size: 16px;
	font-family: "Public Sans", sans-serif;
	margin: 0;
	padding: 0px;
  color: #23152F;
  background:url(/images/misc/mazedark.PNG);
  background-color:white;
}
/* Contains everything*/
.wrapper {
  width: 650px;
  height: auto;
  margin: auto;
 background:url(/images/misc/cour.gif);
  
}


.love {
 position: absolute;
  top: -6px;
  right: -50px;
  position: relative;
}


/* Contains first two boxes*/
.part1 {
  float: left;
  padding: 10px;
  height: auto;
}




/* Two boxes on first row */
.part1.image {
 background-color: #f6eed5;
  padding: 5px;
  width: 125px;
  height: 200px;
 margin-left: 300px;
 margin-top: -510px;
  margin-bottom: 100px;
 border: 10px solid transparent; 
border-image: url('/images/misc/stickborder.png') 10 round;
border-image-outset:10px;

}


.textbox {
  overflow:scroll;
  padding: 5px;
  margin: 6px;
  margin-bottom: 0px;
  margin-left: 30px;
  background-color: #f6eed5;
  width: 557px;
  height: 350px;
 border: 10px solid transparent; 
border-image: url('/images/misc/stickborder.png') 10 round;
border-image-outset:10px;
}


/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
  
}

h2 {
  font-size: 1.3em;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  font-weight: bold;
}



