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:#fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

/*section judul halaman web */
#pg-header-kiri {
	width: 700px;
	height: 80px;
	padding-left: 0;
	float:left;
}
#pg-header-kiri-atas {
	width: 700px;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
}
#pg-header-kiri-bawah {
	width: 700px;
	height: 40px;
	padding-left: 0;
	float:left;
}

/*section judul halaman web */
#pg-header-kanan {
	width: 220px;
	height: 80px;
	float:right;
}

/*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:#fff;
	float: left;
}

#pg-main-kanan{
	margin-top: 10px;
	width: 460px;
	height: 125px;
	background-color:#fff;
	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;
	float: left;
}

#pg-footer-kanan-atas {
	width: 460px;
	height: 40px;
	text-align: right;
	float: right;
}

#pg-footer-kanan-bawah {
	width: 460px;
	height: 80px;
	float: right;
	text-align: right;
	}
	
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; 
}