/* splash page default style */
body {
	marign:0;
	padding:0;
	font-size:98%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('../images/pat.png') #fefefe repeat left top;
}
#splash {
	border:2px solid #424242;
	width:500px;
	height:170px;
	margin:0 auto 0 auto;
	background: url('../images/batiksidomulyo.jpg') #fff no-repeat center top;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
#loader {
	background:url('../images/loading.gif') center center no-repeat;
	width:43px;
	height:11px;
	float:right;
	margin:-100px 0 0 -55px;
}
#content {
	text-align:left;
	color: #FFFFFF;
	background:#424242;
	margin: 30px -15px 0px -12px;
	height:85px;
	padding:5px 10px 12px 50px;
}
.transparent {
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
}
.untransparent {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#content h1 {
	margin:0;
	padding:0;
	font-size:180%;
}
#content h2 {
	margin:15px 0 0 0;
	padding:0;
	font-size:140%;
	color:#84CF0C;
}
#button {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	margin:-103px 0px 0px 445px;
}
#button h4 a{
	color:#FFFFFF;
	text-decoration:none;
	color:#FFFF2B;
}
#button h4 a:hover{
	color:#FF9900;
}
#shadow{
	width:0; 
	height:0; 
	border-left: 6px solid #333; 
	border-right: 7px solid transparent;
	border-top: 5px solid #333;
	border-bottom: 5px solid transparent;
	margin: 0px 0px 0px 501px;
}
#arrow{
	width:0; 
	height:0; 
	border-left: 60px solid #424242; 
	border-right: 60px solid transparent;
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	margin: -122px 0px 0px 515px;
}
#uc {
	background:url('../images/uc.png') no-repeat top center;
	width:200px;
	height:171px;
	margin:5% auto 0 auto;
}