body {
	font-family: 'Roboto Flex', sans-serif;
	background: #000000;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	display: flex;
	justify-content: space-between;
}
.rheader {
	display: inline-block;
}
#header img#logo {
	margin-bottom: 15px;
}
div#login {
	display: table;
	margin-left: auto;
}
div#login > div {
	display: table-row;
}
div#login span {
	display: table-cell;
	vertical-align: middle;
}
input#txtUsername, input#txtPassword {
	background-image: url("../img/Kolom-Username.png");
	background-color: transparent;
	width: 125px;
	height: 33px;
	background-position-y: -8px;
	background-position-y: center;
	border: none;
	border-radius: 15px;
	padding: 0 0 0 12px;
}
input#txtCode {
	background-image: url("../img/Kolom-Code.png");
	background-color: transparent;
	width: 63px;
	height: 33px;
	background-position-y: center;
	border: none;
	border-radius: 15px;
	padding: 0 0 0 12px;
}
.code {
	display: inline-block;
	background-color: #006600;
	color: #fcfcfc;
	border-radius: 12px;
	width: 68px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	vertical-align: middle;
	font-weight: bold;
	font-family: sans-serif;
}
#btnSignIn {
	background-image: url("../img/Button-Login.png");
	background-color: transparent;
	width: 108px;
	height: 31px;
	background-position-x: center;
	background-position-y: center;
	border: none;
	cursor: pointer;
}
#btnReg {
	background-image: url("../img/Button-Daftar.png");
	background-color: transparent;
	width: 112px;
	height: 38px;
	background-position-x: center;
	background-position-y: center;
	border: none;
	cursor: pointer;
	margin-top: 3px;
}
#menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li img {
  width: 100px;
}
#news {
	display: table;
	margin: 0 0 5px;
	background-color: #363636;
	border-radius: 11px;
}
#news span:first-child {
	display: table-cell;
	padding: 0 5px;
}
#marquee {
	display: table-cell;
	vertical-align: middle;
	padding-right: 7px;
}
div#media, div#games, div#content {
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}
div#media img {
	margin-left: -5px;
}
div#divTogel {
	display: inline-block;
	/* background: url("../img/togel.png") no-repeat; */
	height: 321px;
	font-size: 3.1em;
	color: #22E222;
	font-family: sans-serif;
	font-weight: bold;
}
#sgp {
	position: relative;
	top: 130px;
	left: 140px;
}
#taipei {
	position: relative;
	top: 250px;
	left: 18px;
}
img#provider, img#slot {
	width: 100%;
	margin-top: 10px;
}
#footer-text {
	color: #f0f0f0;
}
