* {
  margin: 0;
  padding: 0;
}

body {
  background-image:url(mai);
  background-size: cover;
  background-position: center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

nav {
  width: 100%;
  height: 60px;
  background-color: #3498db;

}

nav p {
  font-family: arial;
  color: white ;
  font-size: 24px;
  line-height: 55px;
  float: left;
  padding: 0px 24px;
}
nav ul {
  float: left;

}

nav ul li {
  float: left;
  list-style: none;
  position: relative;
}

nav ul li a {
  display: block;
  font-family: arial;
  color: #fff;
  font-size: 14px;
  padding: 22px 14px;
  text-decoration: none;
}

nav ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 0px 0px 4px 4px;
}
nav ul li:hover ul {
  display: block;
  background-color: black;
}

nav ul li ul li {
  width: 180px;
  border-radius: 4px;
}


nav ul li ul li a {
  padding: 8px 14px;
}

nav ul li ul li a:hover {
  background-color: #615a5b;
}

.main {
  background-color: white;
  font-size: 30px;
  font-weight: 400;
  font-family: arial;
  font-style: "times new roman"
  text-decoration: underline;
  text-align: center;
  background-image: ;
  background-size: cover;
  padding: 4px;
  border-radius: 6px;
}

.wrapper {
  margin: 40 auto;
  width: 1000px;
  background-image: url();
}

.me {
  background-color: none;
  font-size: 25px;
  font-style: italic;
  font-weight: 250;
  font-family: arial;
  text-align: right;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


#container {
  min-height: 100%
}

#main {
  overflow: auto;
  padding-bottom: 40px;
  background-image: url();
}

#footer {
  background-color: black;
  position: relative;
  height: 100px;
  margin-top: -100px;
  clear: both;
}

.fot {
  color: #fff;
  font-style: italic;
  font-weight: 100;
  font-family: monospace;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

.idn {
  background-image: url(bjk.jpg);
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-family: "times new roman";
  padding: 10px;
  color: #fff;
}

.k {
  padding-top: 25px;
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  font-family: "arial black"
}

.casino {

}

.you {
  float: left;
  width: 160px;
  padding-left: 200px;
}

.ne {
  text-align: center;
  font-family: sans-serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.picture{
  float: left;
  padding-left: 800px;
  background-size: 200px;
  width: 500px;
}
