body, html ,div, p ,form, ul {
	margin:0px;
	padding:0px;
}

body {
	background-color:#800000;
}

#utama{
	margin:0px auto;
	padding:0px;
	width:900px;

}

#header{
	width:100%;
	font-size:72px;
	text-align:center;
	color:#FFFFFF;
}

#textjalan {
	background-image:url(image/textjalan.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:37px;
	padding-left:70px;
	padding-right:70px;
	padding-top:13px;
	width:760px;
	color:#00FF00;
	font-size:24px;
}

#content{
	width:900px;
	min-height:700px;
	background-image:url(image/back.jpg);
}

#menu{
	width:900px;
	padding:0px;
	margin:0px;
}

#menu ul{
	background-image:url(image/menu.png);
	background-repeat:repeat-x;
	height:40px;
	margin:0px;
	padding:0px;
}

#menu li{
	float:left;
	font-size:25px;
	font-family:"monotype Corsiva";
	list-style:none;
	margin-right:50px;
	text-align:center;
}

#menu a{
	color:#FFFFFF;
	list-style:none;
	text-decoration:none;
	margin-top:10px;
}

#menu a:hover{
	color:#000000;
}


#left{
	width:200px;
	min-height:200px;
	float:left;
	margin:5px;
}

#right{
	width:200px;
	min-height:200px;
	float:left;
	font-family:"monotype Corsiva";
	font-size:18px;
	color:#FFFFFF;
}

#center{
	width:450px;
	min-height:200px;
	float:left;
	margin-left:12px;
	margin-right:12px;
}

.clear{
	clear:both;
}

#news{
	min-height:100px;
}

#welcome{
	min-height:100px;
}

#panduan{
	min-height:100px;
}

#logo{
	min-height:100px;
}

#news {
	font-size:20px;
	color:#FFFF33;
}

.text{
	color:#FFFFFF;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.judul{
	font-family:"monotype Corsiva";
	font-size:24px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(image/menu1.gif);
	height:30px;
	background-repeat:no-repeat;
}

.judul2{
	background-image:url(image/menu3.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	margin:5px;
	margin-top:5px;
	font-family:"monotype Corsiva";
	font-size:24px;
	color:#FFFFFF;
	text-align:center;
}

.top{
	background-image:url(image/12.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}

.center{
	background-color:#990000;
	width:430px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
}

.bottom{
	background-image:url(image/31.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}


.top1{
	background-image:url(image/1.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}

.center1{
	background-color:#990000;
	width:198px;
	margin-left:1px;
}

.bottom1{
	background-image:url(image/3.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}

#games ul {
	list-style:none;
	font-family:"monotype Corsiva";
	font-size:20px;
	color:#FFFFFF;
}

#games li {
	text-align:center;
	font-size:24px;
	/*color:#0066FF;*/
	color:#00FF00;
}

#games li a {
	background-image:url(image/menu.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	width:200px;
	display:block;
	height:30px;
	margin-top:5px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
}

#games li a:hover {
	background-image:url(image/hover.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF0000;
	font-weight:bold;
}

.center ul {
	margin-left:25px;
}

.center li {
	padding:5px;
}

.center li a, .center li a:visited, .center li a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.center li a:hover {
	color:#0099FF;
	text-decoration:underline;
}

#slider {
	float:left;
}

#slider img {
	border:none;
}

#slider ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#slider li {
	padding:0px;
	margin:0px;
	overflow:hidden;
	width:440px;
	height:240px;
	float:left;
}

#prevBtn
{
	margin-left: -440px;
}

#nextBtn
{
	margin-left: -65px;
}

#prevBtn, #nextBtn
{
	display:block;
	width:60px;
	height:240px;
	left:-20px;
	top:22px;
	float: left;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#prevBtn a, #nextBtn a{
	display:block;
	width:60px;
	height:200px;
	background:url(image/spacer.gif) no-repeat left;
}

#prevBtn a:hover {
	background:url(image/prev.png) no-repeat center left;
}

#nextBtn a:hover {
	background:url(image/next.png) no-repeat center right;
}

#footer {
	text-align:center;
}