body {
  background-color: black;
  color: black;
  font-family: Verdana;
background-image:url('bg/skyy.png');
background-repeat: no-repeat;
background-size: cover;
	text-align:center;
}

a:link {
  color: orangered;
  background-color: transparent;
  text-decoration: none;
	text-align:center;
}

a:visited {
  color: slateblue;
  background-color: transparent;
  text-decoration: none;
	text-align:center;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
  cursor: url("Link Select.cur"), auto;
	text-align:center;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
	text-align:center;
}

.logoidk {
  background: rgba(211, 211, 211, 0.5);
  width: 300px;
  border: 15px white;
  padding: 12.5px;
  margin: auto;
	text-align:center;
}

.longtextidk{
  background: black;
  width: 1000px;
  border: 15px white;
  padding: 12.5px;
  margin: auto;
	text-align:center;
}

.shorttext{
  background: black;
  width: 800px;
  border: 15px white;
  padding: 12.5px;
  margin: auto;
	text-align:center;
}

.files{
  background: rgba(211, 211, 211, 0.5);
  width: 550px;
  border: 15px white;
  padding: 12.5px;
  margin: auto;
	text-align:center;
}

h1 {
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: black;
	text-align:center;
}

.bottomnav {
  background: rgba(211, 211, 211, 0.5);
  width: 600px;
  border: 15px white;
  padding: 12.5px;
  margin: auto;
	text-align:center;
}

html, body {
    cursor: url("Cursor.cur"), default;
}

.advertise {
    text-align:center;
    text-align-last: right;
	margin-right: 200px;
}

.otherbox {


