html {
	background-image: url("../img/background-tile.png");
	background-repeat: repeat;
	background-size: 423px;
}
a {
	text-decoration:none;
	color:#fff;
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
/* a:hover {
	opacity:0.9;
} */
.container {
	margin:auto;
	width:1000px;
}
  
body {
	margin: 5px 0 0 0;
}
.logo {
	float:left;
	width:400px;
	height:110px;
	margin-top:px;
}
.header {
	float: right;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	width: 600px;
	justify-content: flex-end;
}
#news {
	background-image: url("../img/speaker.png");
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
}
#marquee {
	padding-left: 25px;
	font-family: arial;
}
div#login {
	display: table;
}
div#btnReg img {
	cursor: pointer;
}
.header div.row {
	display: table-row;
} 
div.row:first-child span {
	padding-bottom: 8px;
}
div.row > span {
	display: table-cell;
}
div.row span:first-child {
	padding-right: 10px;
}
span#username {
	padding-top: 2px;
	padding-left: 38px;
	background: url("../img/box-username.png") no-repeat;
}
span#password {
	padding-left: 38px;
	background: url("../img/box-password.png") no-repeat;
}
span#code {
	background: url("../img/code.png") no-repeat;
	padding-left: 2px;
}
span#code span {
	font-family: arial;
	color: white;
	margin-left: 5px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}
input#txtCode {
	width: 68px;
	height: 25px;
	border: none;
}
input.login {
	width: 108px;
	height: 25px;
	border: none;
}
/* input#txtPassword {
	margin-top: -30px;
} */
#btnSignIn {
	background-image: url("../img/login.png");
	width: 151px;
	height: 34px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}
.menu {
	width: 100%;
	padding:0;
	margin:0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	list-style-type:none;
	font-family:'Bebas Neue';
}
.menu li a {
	text-decoration:none;
	align-self:center;
	border-radius:0;
	font-size:20px;
	transition:background .2s linear;
}
div#games-banner {
	display: flex;
	margin: 5px 0;
}
#lbanner img:first-child, #rbanner img:first-child {
	margin-bottom: 5px;
}
img {
	max-width:100%;
	max-height:100%;
	display:block;
}
div#menu {
	clear: both;
	background: linear-gradient(#9B150B 0%, #B71004 50%, #B71004 51%, #9B150B 100%);
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: white;
}
#mid-content {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 5px 0;
}
div#slider {
	width: 790px;
	position: relative;
	border: 3px solid;
	border-color: white;
	border-radius: 6px;
}
div#contact {
	width: 185px;
}
div#contact img {
	cursor: pointer;
}
div#contact img:not(:last-child) {
	margin-bottom: 10px;
}
div#togel {
	background: url("../img/togel.png?v=2") no-repeat;
	background-size: contain;
	width: 1000px;
	height: 81px;
	display: flex;
	justify-content: space-between;
}
div#togel span {
	color: white;
	font-size: 36px;
	font-family: arial;
	font-weight: bold;
}
div#togelr, div#togell {
	width: 410px;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	padding-bottom: 5px;
}
div#togelr span {
	margin-left: -15px;
}
div#togell span {
	margin-left: 15px;
}