body{
	background-color: #fff;
	background-image: url('https://cyberpeach.net/version3/gingham08.png');
	background-size: 5%;
	font-family: Prata;
	font-size: 16px;
	color: black;
}

/* FONT STYLES */

h1 {
	color: #A35D6F;
	font-size: 26px;
	font-weight: bold;
	margin: 2px;
}

h2 {
	color: black;
	font-size: 15px;
	font-weight: normal;
	margin: 3px;
	line-height: auto;
}

h3 {
	color: #B46472;
	font-size: 20px;
	font-weight: bold;
	margin: 2px;
}

h4 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	line-height: auto;
}

/* 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: #C67080;
	background-image: url('https://cyberpeach.net/version3/polka02.png');
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;

}

#header {
	width: 900px;
	height: 150px;
	border-color: black;
	background: white;
	background-image: url('https://cyberpeach.net/version3/topbanner09.png');
	margin-left: auto;
	margin-right: auto;	
}

#logo{
	width: 669px;
	height: 75px;
	background-image: url('https://cyberpeach.net/version3/logoconnect02.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	top: 16%;
	left: 37%;
}

#divider01{
	width: 898px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	background: white;
	background-image: url('https://cyberpeach.net/version3/04.jpg ');
	background-size: 40%;
	border-style: dotted;
	border-width: 2px;
	border-color: #C67080;
}

#box01 {
	width: 490px;
	height: 550px;
	background: white;
	background-image: url('https://cyberpeach.net/version3/25.jpg');
	background-size: 100%;
	border-style: dashed;
	border-color: pink;
	border-width: 3px;
	position: relative;	
	overflow: hidden;
	float: left;
	left: 80px;	
	top: 10px;
	padding: 10px;
}

#banner {
	width: 510px;
	height: 84px;
	background-color: transparent;
	background-image: url('https://cyberpeach.net/version3/dividers/pinklace01.png');
	background-repeat: repeat-x;
	background-size: 17%;
	position: relative;
	top: -13px;
	left: -10px;
	rotate: 0deg;	
}

#box02 {
	width: 200px;
	height: 570px;
	background: white;
	background-image: url('https://cyberpeach.net/version3/25.jpg');
	background-size: 150%;
	border-style: dotted;
	border-color: pink;
	border-width: 3px;
	position: relative;	
	overflow: auto;
	left: 90px;	
	top: 10px;
}

#blogroll {
	width: 199px;
	height: 55px;
	background-color: transparent;
	background-image: url('https://cyberpeach.net/version3/blogroll.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	top: 8px;
	rotate: -1deg;	
}

#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;
}