html {
	margin: 0;
	padding: 0;
}

/*
body{
	background: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background: url("../img/bg.jpg") no-repeat fixed center top #1A4E88;
	width: 100%;
}
*/

body {
	background-color: #ff0;
    background: url('../img/home.png');
    /* position: absolute; */
    /*width: 100%;
    height: 100%;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    color: #FFFFFF;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.pencarian {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;	
}

.cari {
	width: 100%;
	height: 30px;
	max-width: 250px;
	font-size: 14px;
	border-radius: 3px;
}

.tombol_cari {
	width: 100%;
	max-width: 100px;
	height: 30px;
	font-size: 14px;
	background-color: #FF0;
	border-radius: 3px;
}

.pencarian {
	margin-top: 50px;
}

/*
.kotak_pencarian {
	width: 230px;
	height: 25px;
	border-width: 10px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.5);
}
*/

.kotak_pencarian {
	width: 230px;
	height: 25px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.5);

}

.kotak_pilihan {
	height: 37px;
	border-style: none;
}

.kotak_pencarian:hover {
	color: #ff7f7f;	
}

.tombol_pencarian {
	/*background: url('img/cari.jpg') center center;*/
	background: #FFF;
	width: 60px;
	height: 37px;
	border-style: none;
	font-weight: bold;
}

.tombol_pencarian:hover {
	background: #ff7f7f;
	color: #FFF;	
}

.fitur {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

.kotak_fitur {
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	width: 30%;
	border-radius: 5px;
}

.news {
	width: 100%;
	max-width: 960px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer {
	width: 100%;
	max-width: 960px;
	font-size: 12px;
	margin-top: 30px;
}

.link {
	text-decoration: none;
	color: #FFFFFF;
}

.link:hover {
	color: #FFF600;
}
