body{
	background-color: #020202;
}

#contentback {
	width: 700px;
	margin: auto;
	position: relative;
	font-family: "Comic Sans MS";
	font-size: larger;
	color: #6f9844;
}

b {
	font-size: larger;
	color: white;
}

h3 {
	color: orange;
	font-family: "ms shell dlg", monospace;
}
h4 {
	color: red;
	font-family: "ms shell dlg", monospace;
}
h5 {
	color: red;
	font-family: "Courier New", monospace;
}
h6 {
	color: yellow;
	font-family: Times New Roman, serif;
}

#headerlogo{
	width: 200px;
	height: 200px;
	background-image: url("design/kekes.png");
	left: -220px;
	position: absolute;
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.flicker1 {
	opacity: 0.9;
}
.flicker1:hover {
	opacity: 1;
}

#arocki{
	/* border: 1px dashed Red; */
	top: 240px;
	position: absolute;
}

#arockii{
	/* border: 1px dashed Red; */
	top: 440px;
	position: absolute;
}

#arockiip:hover{
	animation: flicker 0.2s ease alternate infinite;
}

.logo1{
	width: 193px;
	height: 65px;
	padding: 10px;
}

.logo2{
	width: 128px;
	height: 128px;
	padding: 10px;
}

#n3u2o{
	opacity: 0.1;
}

#n3u2o:hover{
	opacity: 0.9;
	animation: flicker 2s ease infinite;
}

#picture img{
	width: 100%;
	height: 100%;
}

#picture{
	width: 640px;
	height: 400px;
	padding: 10px;
	position: absolute;
	border-style: solid;
	border-color: #119;
	border-width: 3px;
}

#picture:hover{
	border-style: dashed;
}

#desc{
	top: 440px;
	left: 0px;
	padding: 10px;
	position: absolute;
	width: 640px;
}

#points{
	top: 440px;
	left: 780px;
	width: 120px;
	height: 200px;
	position: absolute;
	padding: 5px;
}

#places{
	top: 0px;
	left: 700px;
	width: 200px;
	height: 150px;
	position: absolute;
	padding: 5px;
}

#inventory{
	top: 170px;
	left: 700px;
	width: 200px;
	height: 250px;
	padding: 5px;
	position: absolute;
}

.btn0:hover{
	width: 193px;
	height: 65px;
	border-width: 10px;
	background-color: black;
}

.btn1:hover{
	width: 128px;
	height: 128px;
	border-width: 10px;
	background-color: black;
	display: block;
}

.optionbutton:hover{
	border: 1px solid red;
}

.toolbutton{
	border: 1px solid blue;
}
.toolbutton:hover{
	border: 1px dashed blue;
	cursor: pointer;
}

#picture img{
}

.layouter{
	/* border: 1px dashed DodgerBlue; */
}

.uselesstool{
	color: gray;
}

.usetool{
	color: gray;
}

.pointer{
	position: absolute;
}

#leftpoint {
	top: 170px;
	left: 620px;
	display: none;
}

#rightpoint {
	top: 0px;
	left: 620px;
	display: none;
}
