html { margin:0 ;}

body {
	background:#010e1e;
	background-size:cover;
	margin:0;
	min-width:1050px;
	text-decoration:none;
	color:#fff;
}

a {
	color:#fff;
	text-decoration:none;
	
}

h1 {
	font-size:36px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

.container {
	width:1050px;
	margin: 0 auto;
	position:relative;
}

#top-site {
	height:50px;
}

.running {
	margin:0 10px 0px;
	padding:5px;
	border-radius:3px;
 	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:rgba(0, 0, 0, 0.8);
	color:#ccc;
}

#menu-utama {
	height:110px;
	background:#000;
}

#menu-utama .left{
	width: 420px;
	float:left;	
	height:110px
}

#menu-utama .right{
	width: 630px;
	float:left;	
	height:110px;
	text-align:center;
}

#menu-utama .right a {
	width:126px;
	float:left;
	height:110px;
}

#menu-utama .right a:hover {
	background:#07213e;
	   
}

#menu-utama .right a.active {
	background:#07213e;
}

#menu-utama .right a .img {
	width:100%;
	height:80px;
}

#menu-utama .right a .img span{
	width:100%;
	height:30px;
	font-weight:bold;
}

#menu-utama .right a .img img {
	padding-top:15px;	
	padding-bottom:5px;
}

#menu-utama .right a .img img:hover {
	background:#000;
	 transform: rotate(-360deg);
}

#slider-container {
    height: 830px;
    width: 100%;
    position: relative;
}

#slider {
	height:520px;
}

#slider img {
	width:100%;
	height:520px;
}

#login {
	height:460px;
	background: url(../images/bot.png) no-repeat center;
    position: absolute;
	bottom:0px;
	width:100%;
	z-index:999;
}

.login-container {
	    width: 376px;
    height: 123px;
    margin: 0 auto;
    margin-top: 67px;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
    -moz-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
    -ms-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
    -o-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
    filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
}

.text-wrapper {
    width: 166px;
    float: left;
    margin-left: 93px;
    margin-top: 29px;
    position: relative;
}

.control-small {
    float: left;
    width: 135px;
    height: 15px;
    font-size: 14px;
    padding-top: 6px;
    margin-left: 27px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

.login-container a {
    color: #fff;
    font-size: 14px;
    padding-left: 38px;
    line-height: 30px;
}

.button-wrapper {
    width: 86px;
    margin-top: 13px;
    margin-left: 26px;
    float: left;
    position: relative;
}


.btn-login- {
    display: block;
    position: absolute;
    left: -675px;
    top: 24px;
}

.btn-daftar {
    display: block;
    position: absolute;
    left: -20px;
    top: 24px;
}

.games-wrapper {
    width: 1050px;
    margin-top: 60px;
    margin-left: -340px;
    float: left;
    position: relative;
}

.games-wrapper img {
	float:left;
}

#promotion {
	height:200px;
	margin-top:100px;
}

#promotion img {
	float:left;
	margin: 0 12.5px;
}

#text-footer {
	height:200px;
	margin-top:20px;
}

.p2{
	line-height: 25px;
}

#footer {
	height:50px;
	background:#000;
}

#footer .left {
	width:50%;
	float:left;
}

#footer .right {
	width:50%;
	float:left;
}

#footer .left span {
	line-height: 60px;
}


