/*-------------------------------summary--------------------------------*/
#comment_icon { 
	background: transparent url(images/comment_icon.gif) no-repeat;
	top: 240px;
	left: 10px;
	width: 230px;
	height: 230px;
	position: absolute;
	z-index: 3;
	}

#title h2 span {
	display: none;
	}

#title h2 { 
	background: transparent url(images/hterimakasih.gif) no-repeat;
	top: 0px;
	left: 310px;
	width: 250px;
	height: 45px;
	position: relative;
	z-index: 3;
	}

#summary {
	top: 10px;
	left: 270px; 
        width: 450px;
	position: relative;
	z-index: 3;
	}

#summary b {
	color: blue;
	}

/*-------------------------------content--------------------------------*/
#comment_title h2 span {
	display: none;
	}

#comment_title h2 { 
	background: transparent url(images/hcomment.gif) no-repeat;
	top: 20px;
	left: 310px;
	width: 250px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

#content {
	top: 20px;
	left: 30px; 
        width: 700px;
	position: relative;
	z-index: 1;
	}

#content h4 {
	color: #3C3B0F;
	}

/*--------------------------------link------------------------------*/
#page_link {
	top: 20px;
	left: 30px; 
        width: 700px;
	position: relative;
	z-index: 1;
	}

#page_link p{
	color: blue;
	text-align: center;
	}
/*-------------------------------icon link-----------------------------*/
#icon_link {
	bottom: 0px;
	right: 30px; 
	position: absolute;
	z-index: 1;
	}

#icon_link p {
        font-size: 60%;
	}

