body {
	margin: 0;
	top:0;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
}

#top-header{
	width:100%;
	height:40px;
	margin-bottom: 5px;
	background-color:#2d526a;

}

.wrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color:white;
}

.container{
	width: 960px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}


/*section judul halaman web */
#pg-header {
	margin-left: 10px;
	width: 940px;
	height: 80px;
	background-color:#f8fd02;
}

/*section judul halaman web */
#pg-header-kiri {
	width: 700px;
	height: 80px;
	padding-left: 0;
	float:left;
	background-color: #f8fd02;
}
#pg-header-kiri-atas {
	width: 700px;
	height: 25px;
	padding-top: 10px;

	float:left;
	background-color: #59fd02;
}
#pg-header-kiri-bawah {
	width: 700px;
	height: 40px;
	padding-left: 0;
	float:left;
	background-color: #8bcaf0;
}

/*section judul halaman web */
#pg-header-kanan {
	width: 220px;
	height: 80px;
	float:right;
	background-color: #ffad7d;
	
}

/*section content atau isi halaman web */
#pg-promo{
	margin-left: 10px;
	max-width: 940px;
	height: 300px;
	background-color: #fff;
}


/*section content atau isi halaman web */
#pg-main{
	margin-left: 10px;
	width: 940px;
	height: 350px;
	background-color: #fff;
}

#pg-main-kiri{
	margin-top: 10px;
	width: 460px;
	height: 300px;
	background-color:#c0ca35;
	float: left;
}

#pg-main-kanan{
	margin-top: 10px;
	width: 460px;
	height: 300px;
	background-color:#37c9bc;
	float: right;
}

/*section content atau isi halaman web */
#pg-main-title{
	margin-top: 10px;
	padding-top: 5px;
	width: 940px;
	height: 30px;
	background-color:#ff6000;
	text-align: center;
	color: #ffffff;
}

/*section footer halaman web */
#pg-footer {
	margin-top: 5px;
	width: 100%;
	height: 130px;
	background-color:#222;
	color: white;
	padding-top: 10px;
}

#pg-footer-kiri {
	width: 460px;
	height: 120px;
	background-color: #07f9fa;
	float: left;
}

#pg-footer-kanan-atas {
	width: 460px;
	height: 40px;
	text-align: right;
	background-color: #01fe93;
	float: right;
}

#pg-footer-kanan-bawah {
	width: 460px;
	height: 80px;
	float: right;
	text-align: right;
	background-color: #07f9fa;
	}
	
p {
	font-family: verdana;
	font-size: 12px;
	
}
p:first-line { 
   color:green; font-weight: bold;
}
p:first-letter { 
   color:#blue; 
	font-size: 30px;
   float: left; 
}
p:first-child { 
   color: mediumvioletred; 
}