﻿body{
	background:#343434;
}
#cara_bermain{
	width:820px;
	height:auto;
}
#cara_bermain h1{
	color:#ffdd00;
	font-size:72px;
	font-weight:bold;
	margin-top:20px;
	border-bottom:#555555 solid 5px;
	line-height:60px;
}
#cara_bermain ul{
	width:590px;
	margin:10px auto 0 auto;
	height:30px;
}
#cara_bermain ul li{
	float:left;
	padding:0px 20px;
	border-left:1px solid #fff;
	height:20px;
	line-height:30px;
}
#cara_bermain ul li:last-child{
	border-right:1px solid #fff;
}
#cara_bermain ul li a{
	font-size:30px;
	color:#27c3cb;
}
#cara_bermain ul li a:hover{
	color:#fff;
}
#cara_bermain .content{
	width:820px;
	height:auto;
	margin-top:20px;
	padding-bottom:50px
}