body{
	background-color: #fff;
	background-image: url('https://cyberpeach.net/version3/gingham04.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: 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 20px 10px;

}

#header {
	width: 900px;
	height: 150px;
	border-color: black;
	background: white;
	background-image: url('https://cyberpeach.net/version3/topbanner10.png');
	margin-left: auto;
	margin-right: auto;	
}

#logo{
	width: 572px;
	height: 92px;
	background-image: url('https://cyberpeach.net/version3/logohobby.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	top: 15%;
	left: 44%;
}

#divider01{
	width: 898px;
	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: #C67080;
}

#tama {
	width: 200px;
	height: 193px;
	background-image: url('https://cyberpeach.net/version3/hobby/tama.gif');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	left: 20px;
	rotate: -2deg;
	float: left;
}

#fashion {
	width: 200px;
	height: 202px;
	background-image: url('https://cyberpeach.net/version3/hobby/fashion2.gif');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	rotate: 1deg;
	overflow: hidden;
	left: 40px;
	float: left;
}

#art {
	width: 200px;
	height: 194px;
	background-image: url('https://cyberpeach.net/version3/hobby/art.gif');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	rotate: 2deg;
	overflow: hidden;
	float: left;
	left: 60px;
}

#keitai {
	width: 200px;
	height: 193px;
	background-image: url('https://cyberpeach.net/version3/hobby/keitai.gif');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	rotate: -1deg;
	left: 80px;
	overflow: hidden;

}

#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;
}
