General.css

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 1000px !important;margin: 0 auto;position: relative;}

body{background: black url(../../images/bg.jpg) center top no-repeat;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}


/css rest 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.content #header{border: 1px solid white;border-radius: 5px 5px 0 0;color:white;font-size:20px;padding:10px;margin-top:10px;background:none repeat scroll 0 0 rgba(0,0,0,0.4);border-bottom: 1px #999999 solid;}
.content #body{border: 1px solid white;border-radius: 0 0 5px 5px;color:white;border-top:none;padding:10px;min-height:150px;margin-bottom:10px;background:none repeat scroll 0 0 rgba(0,0,0, 0.4);}
#space{height: 420px;}

/*uibase.css*/
.header{height: auto;}

.logo{}

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
form.my-form{width: 570px;height: auto;margin: 0px 5px 0 0;}
#textbox-bg{}
form input[name="txtUserName"]{width: 123px;height: 29px;border: none;background: url(../../images/textbox.png) center no-repeat;font-family: arial;font-size: 11px;text-align: center;color: black;}
form input[name="txtPassword"]{width: 123px;height: 29px;border: none;background: url(../../images/textbox.png) center no-repeat;font-family: arial;font-size: 11px;text-align: center;color: black;}
#Text1{width: 123px;height: 29px;border: none;background: url(../../images/textbox.png) center no-repeat;font-family: arial;font-size: 11px;text-align: center;color: black;}
form input[name="txtCode"]{width: 63px;height: 29px;border: none;background: url(../../images/textbox.png) center no-repeat;font-family: arial;font-size: 11px;text-align: center;color: black;}
form input[name="code"]{width: 96px;height: 29px;border: none;background: url(../../images/code.png) center no-repeat;font-family: arial;font-size: 11px;text-align: center;color: black;}
#btnLogin{width: 102px;height: 31px;background: url(../../images/btnlogin.png) center no-repeat;color: white;border: none;font-family: RobotoSlab;font-size: 12px;margin-top: 10px;}
#btnDaftar{width: 102px;height: 31px;background: url(../../images/btnlogin.png) center no-repeat;color: white;display: block;text-decoration: none;text-align: center;font-family: RobotoSlab; font-weight:bold;font-size: 12px;line-height: 28px;margin-right: 5px;margin-top: 2px;}
#btnLogin:hover{color:gray;}
#btnDaftar:hover{color:gray;}

.social{margin: 15px 10px 18px 0;padding: 0px;}
.social>li{display: inline-block;color: white;margin-left: 30px;font-family: RobotoSlab;font-size: 16px;font-weight: bold;}
.social>li>img{vertical-align: middle;}
.social>li:first-child>img{margin: 0 0 10px 50px;vertical-align: middle;}
.social>li:nth-child(2)>img{margin: 0 0 10px 40px;vertical-align: middle;}
.social>li:nth-child(3)>img{margin: 0 0 10px 20px;vertical-align: middle;}
.social>li:nth-child(4)>img{margin: 0 0 10px 30px;vertical-align: middle;}
.social>li:nth-child(5)>img{margin: 0 0 10px 30px;vertical-align: middle;}
.social>li:last-child>img{margin: 0 0 10px 30px;vertical-align: middle;}
li{list-style:none}
li a{text-transform:uppercase}
.menu{padding: 0px;margin: 0px;width: 990px;height: 41px;background: url(../../images/menu.png) center no-repeat;}
.menu>li{float: left;text-align: center;}
.menu>li>a{padding: 8px 21px 7px 21px;font-family: RobotoSlab;font-size: 15px;font-weight: bold;text-decoration: none;color: #004992;display: block;line-height: 20px;}
.menu>li:first-child>a{padding: 8px 33px 7px 30px;}
.menu>li:nth-child(2)>a{padding: 8px 10px 7px 7px;}
.menu>li:nth-child(3)>a{padding: 8px 13px 7px 17px;}
.menu>li:nth-child(4)>a{padding: 8px 30px 7px 35px;}
.menu>li:nth-child(5)>a{padding: 8px 27px 7px 32px;}
.menu>li:nth-child(6)>a{padding: 8px 15px 7px 15px;}
.menu>li:nth-child(7)>a{padding: 8px 35px 7px 35px;}
.menu>li:nth-child(8)>a{padding: 8px 20px 7px 10px;}
.menu>li:last-child>a{padding: 8px 10px 7px 0px;}
.menu>li:hover>a{text-decoration: none;color: gray;display: block;}

.content{height: auto;}

.slideshow{width: 990px;height: 341px;margin-top: 5px;}

.product{padding: 0px;margin: 10px 0 0 0;}
.product>li{float: left;width: 152px;height: 189px;margin: 0 14px 0 0;}
.product>li:first-child{background: url(../../images/sportsbook.png) center no-repeat;}
.product>li:first-child + li {background: url(../../images/gd88.png) center no-repeat;}
.product>li:first-child + li + li{background: url(../../images/crown855.png) center no-repeat;}
.product>li:first-child + li + li + li{background: url(../../images/togel.png) center no-repeat;}
.product>li:first-child + li + li + li +li{background: url(../../images/tangkas.png) center no-repeat;}
.product>li:first-child + li + li + li + li +li{background: url(../../images/poker.png) center no-repeat;}
.product>li>a{width: 100%;font-family: RobotoSlab;font-size: 18px;text-align: center;color: white;text-decoration: none;text-align: center;line-height: 35px;padding-left: 30px;}
.product>li:first-child + li >a{padding-left: 50px;}
.product>li:first-child + li + li + li>a{padding-left: 50px;}
.product>li:first-child + li + li + li + li + li>a{padding-left: 40px;}
.product>li:first-child + li + li + li + li + li + li>a{padding-left: 50px;}

.pic{margin-top: 10px;}
.bandar{margin-left: 5px;}
.fairgame{margin-left: 15px;}

.footer{height: auto;}

.footer-bg{width: 994px;height: 279px;background: url(../../images/contact-bg.png) center no-repeat;position: relative;margin-top: 10px;}

.contact-div{width: auto;height: auto;position: absolute;top: 25px;left: 30px;}
.contact-header{margin: 0 0 10px 0;font-family: RobotoSlab;font-size: 29px;font-weight: bold;color: white;}

#contact{width: 230px;height: 170px;padding: 0px;margin: 0px;}
#contact>li{height: 55px;font-family: RobotoSlab;font-size: 25px;font-weight: bold;}
#contact>li>a>img{vertical-align: middle;padding-right: 30px;}
#contact>li>a{text-decoration: none;color: white;}

.follow-div{width: auto;height: auto;position: absolute;top: 25px;left: 350px;}

.bank-bg{width: 994px;height: 93px;background: url(../../images/bank-bg.png) center no-repeat;margin: 10px 0;}
.bank{padding: 30px 0 0 60px;}

.copyright{margin: 0 0 10px 330px;margin-top: 16px;color: white;font-family: RobotoSlab;font-size: 15px;}








