<style>
body, html {
  height: 100%;
}
.footer
{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    bgcolor:00b900;
}

.bg { 
  /* The image used */
  background-image: url("./Image/Kazino1.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.dropbtn {
    background-color: #0000c0;
    color: white;
    padding: 1px;
    font-size: 16px;
    font-family: Times New Roman;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #0000f0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 1px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #0a0af0}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
	color: #ff0000; text-decoration: none
}
body {
//	background-color:rgb(200,200,240);
      }
table {
//	background-color:rgb(200,200,240);
      }
h1  {
	text-align: center;
	color: blue;
	font-size: 12px;
    }

a:link {color:#ffffff;  text-decoration: none}
a:visited {color:#ffffff;  text-decoration: none}
a:hover {  color: #ff0000; text-decoration: none}
</style>
