#header{
	width:100%;
	
	position:fixed; /*trik posisi fix background:#CC3399; background: #333; */
	z-index:9999; /*supaya header selalu muncul di atas seluruh elemen*/
}


#footer{
    width: 100%;
    height: 40px;
    line-height: 40px;
    
    position: fixed;
    bottom: -30px;
}



#content{
	position:relative;
	background:#eee;
	margin:0px 20px;
	padding-top:70px; 
}



#footer2{
	position:relative;
	background:#000;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
}

/*CONTENT SECTION*/
a.title{
	color:white;
	font-weight:bold; 
	text-decoration:none; 
	font-size:20px; 
	line-height:40px; 
	padding:10px;
}
p{
	padding:.5em 1em;
	font-size:20px;
	text-align:justify;
}