body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:url('images/bg.jpg');
}

a{
	text-decoration: none;
	color: #000000;
}

#menus{
	width: 100%;
	height: 51px;
	padding-bottom: 15px;
}

#menus .back{
	width: 689px;
	height: 51px;
	background-image:url('images/back.jpg');
	margin-left: 24px;
}

#menus .back .btn{
	float: left;
	width: 73px;
	height: 23px;
	padding-top: 13px;
	padding-left: 15px;
}
#menus .back .besar{
	float: left;
	width: 110px;
	height: 23px;
	padding-top: 13px;
	padding-left: 15px;
}

/*div{
	border:dashed #FF0000 thin;
}*/

#banner {
	clear: both;
	height: 113px;
	width: 732px;
	padding: 4px 0px 7px 0px;
}

/*headline content*/
#headline {
	clear: both;
	height: 264px;
	width: 732px;
}
#headline .left {
	float: left;
	height: 264px;
	width: 455px;
}
#headline .left .pic {
	position:absolute;
	float: left;
	height: 253px;
	width: 429px;
	margin-left:35px;
	margin-top:13px;
}
#headline .right {
	float: right;
	height: 264px;
	width: 277px;
}

/*live streaming content*/
#livestreaming {
	clear: both;
	height: 392px;
	width: 732px;
	padding:0px 10px 30px 30px;
}
#livestreaming .headline {
	clear: both;
	height: 30px;
	width: 100%;
	padding-top: 17px;
	padding-bottom:5px;
	font-size: 10pt;
	font-weight: bold;
}
#livestreaming .livestreaming {
	float: left;
	height: 138px;
	width: 523px;
	margin-right:10px;
}
#livestreaming .livestreamingtop {
	position:absolute;
	float: left;
	height: 138px;
	width: 523px;
	margin-right:10px;
}
#livestreaming .schedule {
	z-index:1;
	float: left;
	width: 149px;
	height: 318px;
	font-weight:bolder;
	text-transform:uppercase;
	color:#4B4B4B;
}
#livestreaming .scheduletop {
	position:absolute;
	margin-top:67px;
	padding-left:5px;
	float: left;
	width: 140px;
	height: 310px;
	color:#000;
	text-align:justify;
	font-size:12px;
	line-height:15px;
}

#livestreaming .scheduletop pre{
	text-align:justify;
	white-space:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#livestreaming .scheduletop textarea{
	font-size:12px;
	text-align:justify;
	white-space:normal;
	font-family:Arial, Helvetica, sans-serif;
	width:137px;
	height:265px;
}
#livestreaming .scheduletop .button{
	font-size:8px;
	white-space:normal;
	background-color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
}

/*button of games*/
#games {
	clear: both;
	height: 433px;
	width: 732px;
	padding:0px 0px 0px 5px;
}
#games .headline {
	clear: both;
	height: 59px;
	width: 732px;
	padding-top: 10px;
}
#games .left {
	float: left;
	height: 335px;
	width: 45px;
}
#games .cont {
	float: right;
	height: 335px;
	width: 687px;
}
#games .cont .container {
	float: left;
	height: 335px;
	width: 642px;
}
#games .cont .right {
	float: right;
	height: 335px;
	width: 45px;
}

#games .cont .container .gambar {
	padding-top: 7px;
	width: 195px;
	height: 155px;
	float: left;
}

#games .cont .container .kiri {
	padding-right: 28px;
}

#games .cont .container .tengah {
	padding-right: 28px;
}

#games .cont .container .headlinegambar {
	padding-left: 5px;
	color: #FF9900;
	font-size:10pt;
	font-weight:bold;
}#games .bottom {
	float: right;
	height: 10px;
	width: 732px;
}

/*news in home*/
	#newscont{
		position: absolute;
		width: 277px;
		height: 264px;
		padding-top: 14px;
		padding-left: 4px;
	}
	#newscont #scroll3 #newsheadline, #newscont #scroll3 #newsbodytext{
		width: 208px;
		padding-left: 7px;
		padding-right: 5px;
		
	}
	#newscont #scroll3 #newsheadline{
		clear: both;
		color: #FF9900;
		font-size: 15pt;
		font-weight: bolder;
		height: 13px;
		margin: 0px 0px 15px 0px;
	}
	#newscont #scroll3 #newsbodytext{
		clear: both;
		font-size: 12px;
		text-align: left;
		height: 82px;
		color: #000000 !important;
	}
	#newscont a{
		text-decoration: none;
		cursor: pointer;
	}
	
/*news pages*/
#history {
	clear: both;
	height: 26px;
	width: 700px;
	padding-left: 30px;
}
/*news list*/
#NewsList {
	clear: both;
	height: 624px;
	width: 722px;
	margin: 20px 0px 0px 0px;
	padding-left: 30px;
}
#NewsList .images {
	float: left;
	height: 117px;
	width: 149px;
	padding-right: 24px;
}
#NewsList .headline {
	float: left;
	height: 17px;
	width: 455px;
	margin-bottom: 9px;
}
#NewsList .headline a{
		color: #FF9900 !important;
		font-size: 15pt;
		font-weight: bolder;
}
#NewsList .bodytext {
	float: left;
	height: 91px;
	width: 455px;
		font-size: 12px;
		text-align:justify;
		height:82px;
		color: #000000 !important;
}
#NewsList .line {
	clear: both;
	height: 16px;
	width: 650px;
	margin-bottom: 22px;
	border-bottom:2px solid #666666;
}
#NewsComp {
	clear: both;
	height: auto;
	width: 676px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}
#NewsComp p {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 12px;
		text-align:justify;
		line-height:15pt;
		color: #000000 !important;
}
#NewsComp p span{
		color: #FF9900 !important;
		font-size: 15pt;
		font-weight: bolder;
		text-transform: uppercase;
		padding-bottom:20px;
}
#NewsComp p img {
	padding-right: 15px;
	padding-bottom: 10px;
	width: 328px;
	height: 230px;
}
#days{
	width:680px;
	margin-left:29px;
}
#days a{
	 padding-right:10px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#000000;
	 font-weight:bolder;
}
