body {
	background: url("../img/hokibet228-bg.png");
	font-family: 'Roboto Flex', sans-serif;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9a9a9;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a9a9a9;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a9a9a9;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	display: flex;
}
div#login {
	display: table;
	align-self: center;
	margin-left: auto;
}
div#login span {
	display: table-cell;
	vertical-align: middle;
}
input#txtUsername, input#txtPassword {
	width: 130px;
	height: 35px;
	border-radius: 6px;
	padding: 0 0 0 12px;
}
input#txtCode {
	width: 74px;
	height: 35px;
	border-radius: 6px;
	padding: 0 0 0 12px;
}
.code {
	display: flex;
	background-image: url("../img/BG-Code.png");
	width: 85px;
	height: 35px;
	background-position-x: center;
	background-position-y: center;
	background-size: 85px 40px;
	text-align: center;
	font-size: 1.6em;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#btnSignIn {
	background-image: url("../img/Button-Login.png");
	background-color: transparent;
	width: 110px;
	height: 50px;
	background-position-x: center;
	background-position-y: center;
	background-size: 125px 60px;
	border: none;
	cursor: pointer;
	margin-right: 10px;
}
#btnReg {
	background-image: url("../img/Button-Daftar.gif");
	background-color: transparent;
	width: 130px;
	height: 60px;
	background-position-x: center;
	background-position-y: center;
	border: none;
	cursor: pointer;
}
#menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
#menu li {
  width: 88px;
  text-align: center;
}
#news {
	background-image: url("../img/bg-running-text.png");
	width: 100%;
	height: 62px;
	background-size: cover;
}
#marquee {
	width: 797px;
	padding: 22px 0 0 135px;
}
div#contact {
	display: inline-block;
	background-image: url("../img/bg-contact.png");
	background-position: -5px 30px;
	background-repeat: no-repeat;
}
div#contact img {
	display: block;
	margin-left: -5px;
}
div#slider {
	display: inline-block;
	width: 760px;
	background-image: url("../img/slider-border.png");
	background-size: 760px 360px;
	height: 358px;
}
div#lower {
	background: url("../img/bg-games.png") no-repeat;
	width: 100%;
	height: 375px;
	background-size: 100% auto;
}
div#toto {
	display: inline-table;
	width: 300px;
	vertical-align: top;
	margin: 90px 0 0 45px;
}
div#toto > div {
	display: table-row;
}
div#toto span {
	display: table-cell;
}
div#toto span.pool {
	width: 140px;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
div#toto img {
	margin-left: -20px;
	margin-bottom: -11px;
}
div#games {
	display: inline-block;
	width: 650px;
	height: 100%;
	padding-top: 26px;
}
div#games > img {
	margin: -10px 5px;
}
div#games > img:nth-child(even) {
	margin-left: 10px;
}
img#provider {
	position: absolute;
	left: 0px;
}
div#footer-text {
	margin-top: 90px;
	color: #fff;
}

