body {
    background-image: url(https://i.postimg.cc/J0gDMzT4/Untitled88.png);
    background-repeat: repeat;
    background-attachment: fixed;
    
  color: #ffffff;
  font-family: Verdana;
}
#container {
    width: 800px;
    margin: auto
}

a {
    text-decoration: none;
}
a:link {
  color: #808080;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #acacac;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #f4f4f4;
  background-color: transparent;
  text-decoration: underline;
}

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

h1 {
    margin: 0;
}

img {
    display: block;
    margin: auto;
}

#header {
    height: 300px;
    width: 840px;
    float: left;

}

#content {
    padding: 15px;
}

#nav {
   float: right; 
      background-color: #000000;
  width: 300px;
  border: 5px solid #ffffff;
  padding: 12px;
  margin: 0;
}

#nav ul {
    list-style: none;
    padding: 0;
}

#nav .selected {
    font-weight: bold;
}
#main {
    float: left;
    background-color: #000000;
  width: 300px;
  border: 5px solid #ffffff;
  padding: 20px;
  margin: 0;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-9/ani879.ani), url(https://cur.cursors-4u.net/anime/ani-9/ani879.png), auto !important;} /* End https://www.cursors-4u.com */
/*add more sxhit*/