body {
   margin: 0 auto;
    width: 80%;
    color: black;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url(bg5.png);
    background-attachment: fixed;
    cursor: url(cursor3.png), auto;
}

a:hover{
    cursor:url('link3.png') 0 0, auto;
}


#header {
  background-color: black;
  
}

#container {
    background-image: url(bg6.png);
  color: black;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Segoe UI;
  padding-bottom: 850px;
}

#content {
  padding: 10px;
}

#nav {
  width: 180px;
  float: left;
  padding-left: 20px;
}

#nav .selected {
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}

#nav ul{
  list-style-type: none;
}

#nav .wrapper {
  text-align: center;
}

#main {
  width: 500px;
  right: 600px;
  bottom: 650px;
  position:absolute;
  margin-left: auto;
  margin-right: auto;
}

#nyako_main {
  width: 500px;
  right: 600px;
  bottom: 100px;
  position:absolute;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  clear: both;
  padding: 5px;
}
