/* ============
CODE INI DI DOWNLOAD DARI RIOBERMANO.COM
============ */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #393636;
}

.container {
	width: 900px;
	margin: auto;
}

header {
	height: 120px;
	overflow: hidden;
	background: #000000;
}
header .headerKiri {
	width: 250px;
	float: left;
	margin: 25px 0 0 10px;
}

header .headerKanan {
	width: 480px;
	float: right;
}
header .headerKanan ul {
	list-style: none;
	}
header .headerKanan ul li {
	float: left;
}
header .headerKanan ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	margin: 70px 0 0 0;
}
header .headerKanan ul li a:hover {
	color: #ffcc00;
	}

.profil {
		overflow: hidden;
		background-color: #E9E9E9;
}
.profil img {
	width: 380px;
	height: 308px;
	border: 20px solid #fff;
	}
.profil .profilKiri {
	width: 425px;
	float: left;
	position: relative;
	padding: 15px 2px 15px 15px;
	margin-left: 8px;
	}
.profil .profilKiri .text1 {
	width: 180px;
	position: absolute;
	top: 60px;
	right: 35px;
	}
.profil .profilKiri .text1 h2 {
	color: #fff;
	}
.profil .profilKiri .text1 p {
	font-size: 12px;
	}

.profil .profilKanan {
	width: 425px;
	float: right;
	position: relative;
	padding: 15px 15px 15px 2px;
	margin-right: 8px;
	}
.profil .profilKanan .text2 {
	width: 180px;
	position: absolute;
	top: 60px;
	right: 35px;
	}
.profil .profilKanan .text2 h2 {
	color: #fff;
	}
.profil .profilKanan .text2 p {
	font-size: 12px;
	}

footer {
	background: #000000;
	height: 40px;
	}
footer .footer1 {
	margin: auto;
	width: 220px;
	padding: 10px;
	position: static;
	}
footer .footer1 img {
	height: 12px;
	}
footer .footer1 a {
	text-decoration: none;
	color: #CECECE;
	}
footer .footer1 a:hover {
	color: #7DCD05;
	}
/* ============
CODE INI DI DOWNLOAD DARI RIOBERMANO.COM
============ */