.tombol-masuk{
	display: block;
	position: relative;
	z-index: 99;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(89, 0, 0)), to(rgb(113, 0, 0))); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, rgb(113, 0, 0), rgb(89, 0, 0)); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, rgb(113, 0, 0), rgb(89, 0, 0)); 
	/* IE 10 */ background: -ms-linear-gradient(top, rgb(113, 0, 0), rgb(89, 0, 0)); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, rgb(113, 0, 0), rgb(89, 0, 0));
}

.header{
	height: 300px;
	width: 100%;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}
.header > .overview{
	position: relative;
	top: -300px;
}
.header > .overview > .text-block{
	display: block;
	background: rgba(0, 0, 0, .7);
	color: white;
	margin-bottom: 10px;
	padding: 5px;
}

.header > a > img{
  	display: block;
 	line-height: 1;
 	width: 100%;
}

.footer{	
	padding-top: 20px; padding-bottom: 20px; color: #ccc; background: rgb(79, 79, 79);
	/* Safari 4-5, Chrome 1-9 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#111)); 
	/* Safari 5.1, Chrome 10+ background: -webkit-linear-gradient(top, #111, #222); 
	/* Firefox 3.6+ background: -moz-linear-gradient(top, #111, #222); 
	/* IE 10 background: -ms-linear-gradient(top, #111, #222); 
	/* Opera 11.10+ background: -o-linear-gradient(top, #111, #222); */
}
.footer ul .head-list{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
.footer ul li{
	list-style: none;
	border-bottom: dashed 1px rgba(204, 204, 204, .5);
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 12px;
}
.footer .span3 h4{
	margin-bottom: -10px;
}
.footer a{	
	color: #ccc; text-decoration: none;	
}
.footer a:link{	
	color: #ccc; text-decoration: none;	
}
.footer a:hover{	
	color: white; text-decoration: none;	
}