
a:link {
  color: #fc944e;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #fc944e;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #83ebba;
  background-color: transparent;
  text-decoration: underline;
}

}
#body {
	text-align: center;
  font-family: 'courier';
color: #d4ae9d;
 }
 #dudefuck {
  background-color: #7a8f59;
   height: 500px;
  width: 50%;
  margin-top: 140px;
    z-index: -1;
	border-style: ridge;
	border-color: #515e3c;
	border-width: 8px;
}

#fuckthis {
  margin-top: 250px;
}

#kms {
	position: absolute;
	margin-top: 200px;
	left: 970px;
}

#headerpic {
	position: absolute;
		margin-top: -40px;
  left: 450px;
    z-index: 1;
}

#gat {
	position: absolute;
	margin-top: -130px;
  left: 285px;
  z-index: 0;
}
 
body {
  background-image: url('bgmaybe.png');
  background-attachment: fixed;
  background-position: center;
  background-color: #000000;
  	text-align: center;
  font-family: 'timesnewroman';
color: #d6b783;
}