body {
	font-family: 'Roboto Flex', sans-serif;
	background: linear-gradient(#003100 190px, #fff 190px, 915px, #003100 915px);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #42FF00;
  opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
  color: #42FF00;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	display: flex;
	justify-content: space-between;
}
#header img#logo {
	margin-bottom: 15px;
}
div#login {
	display: table;
	margin-left: auto;
}
div#login span {
	display: table-cell;
	vertical-align: middle;
}
div#register {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
}
input#txtUsername, input#txtPassword {
	background-image: url("../img/Kolom-Username.png");
	background-repeat: no-repeat;
	background-color: transparent;
	width: 144px;
	height: 36px;
	background-position-y: center;
	border: none;
	border-radius: 12px;
	padding: 0 0 0 12px;
	color: #42FF00;
}
input#txtCode {
	background-image: url("../img/Kolom-Code.png");
	background-repeat: no-repeat;
	background-color: transparent;
	width: 79px;
	height: 36px;
	background-position-x: -2px;
	background-position-y: center;
	border: none;
	border-radius: 12px;
	padding: 0 0 0 12px;
	color: #42FF00;
}
.code {
	display: flex;
	background-image: url("../img/BG-Code.png");
	width: 92px;
	height: 38px;
	background-position-x: center;
	background-position-y: center;
	text-align: center;
	font-size: 1.6em;
	align-items: center;
	justify-content: center;
}
#btnSignIn {
	background-image: url("../img/Button-Login.png");
	background-color: transparent;
	width: 104px;
	height: 38px;
	background-position-x: center;
	background-position-y: center;
	border: none;
	cursor: pointer;
}
#btnReg {
	background-image: url("../img/Button-Daftar.png");
	background-color: transparent;
	width: 130px;
	height: 55px;
	background-position-x: center;
	background-position-y: center;
	border: none;
	cursor: pointer;
}
span#livechat {
	padding-right: 5px;
}
#menu ul {
  display: flex;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
#menu li {
  width: 100px;
}
#menu li img {
  width: 95px;
}
#news {
	display: table;
	margin: 0 0 5px;
	background-color: #000;
}
#news span:first-child {
	display: table-cell;
	padding: 0 5px;
}
#marquee {
	display: table-cell;
	vertical-align: middle;
	padding-right: 7px;
}
div#media, div#games {
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}
div#togel-sgp {
	display: inline-block;
	background: url("../img/togel-sgp.png") no-repeat;
	width: 246px;
	height: 70px;
	vertical-align: top;
}
div#togel-taipei {
	display: inline-block;
	background: url("../img/togel-taipei.png") no-repeat;
	width: 246px;
	height: 70px;
	vertical-align: top;
}
#sgp {
	position: relative;
	top: 5px;
	left: 45px;
	font-size: 2.2em;
	color: #fff;
}
#taipei {
	position: relative;
	top: 5px;
	left: 45px;
	font-size: 2.2em;
	color: #fff;
}
img#provider {
	width: 100%;
	margin-top: 10px;
}
#footer-text {
	color: #fff;
}
