body{
	background-color: #fff;
	background-image: url('https://cyberpeach.net/version3/gingham01.png');
	background-size: 5%;
	font-family: Prata;
	font-size: 18px;
	color: black;

}

/* FONT STYLES */

h1 {
	color: #d6948f;
	font-size: 26px;
	font-weight: bold;
	margin: 2px;
}

h2 {
	color: black;
	font-size: 15px;
	font-weight: normal;
	margin: 3px;
	line-height: auto;
}

h3 {
	color: pink;
	font-size: 20px;
	font-weight: bold;
	margin: 2px;
}

h4 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin: 3px;
	line-height: 10px;
}

/* HYPERLINKS */
a:link {
  color: #AD6682;
}

a:visited {
  color: #AD6682;
}

a:hover {
  color: #B9748F;
}

a:active {
  color: #AD6682;
}


/* structure */
#backsplash {
	border-style: ridge;
	border-width: 5px;
	border-color: orchid;
	background-image: url('https://cyberpeach.net/version3/polka04.png');
	background-size: 15%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 20px 10px;

}

#header {
	width: 900px;
	height: 150px;
	border-color: black;
	background: white;
	background-image: url('https://cyberpeach.net/version3/topbanner08.png');
	margin-left: auto;
	margin-right: auto;	
}

#logo{
	width: 581px;
	height: 90px;
	background-image: url('https://cyberpeach.net/version3/logogoodies.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	top: 15%;
	left: 43%;
}

#divider01{
	width: 897px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
	background-image: url('https://cyberpeach.net/version3/04.jpg');
	background-size: 40%;
	border-style: dotted;
	border-width: 2px;
	border-color: brown;
}

#stickers {
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF5F7;
	border-style: dashed;
	border-color: #d6948f;
	border-width: 2px;
	padding: 10px;
}

#stickersiframe {
	width: 750px;
	height: 425px;
	margin-left: auto;
	margin-right: auto;
	background: pink;
	border: 0px;
	padding: 0px;
	overflow: hidden;
}

#graphics {
	width: 800px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF5F7;
	border-style: dashed;
	border-color: #d6948f;
	border-width: 2px;
	padding: 10px;
}

#graphicsiframe {
	width: 750px;
	height: 525px;
	margin-left: auto;
	margin-right: auto;
	background: pink;
	border: 0px;
	padding: 0px;
	overflow: hidden;
}

#resources {
	width: 800px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF5F7;
	border-style: dashed;
	border-color: #d6948f;
	border-width: 2px;
	padding: 10px;
}



#back {
	width: 200px;
	height: 56px;
	background-image: url('https://cyberpeach.net/version3/back.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	overflow: hidden;
	top: 20px;
	left: 30px;	
}


/* --SCROLLBAR-- */
/* width */
::-webkit-scrollbar {
  background: white;
  width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eacac7;
  border: 0px solid gray;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d6948f;
  border: 3px outset #d1907b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d6948f;
}

/* Arrow Buttons */
::-webkit-scrollbar-button {
  background: #d6948f;
  height: 18px;
  border: 3px outset #d1907b;
}

#top {
	display: none;
	position: fixed;
	background-color: transparent;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	width: 100px;
	height: 47px;
	background-image: url('https://cyberpeach.net/version3/top.png');
	background-size: 100%;
	border: none;
}