@charset "utf-8";
/* CSS Document */

body {background:url(images/balloons.jpeg) ; }
/*Header Section */

.nav {border-bottom:dashed ;}
/*the largest class */
.page {width:80%;
 margin:0 auto;
  border:inset ;
   background:#FFF ;
    opacity:0.9 ;
	padding:10;
	height:100%; } /*utk bagi center*/ 

.text-post {width:65% ;margin:0 auto; float:left ; text-align:center ; border-right:dotted; border-top:dotted; padding:20px ;}

.sidebar{width:30%; float:right ; border-top:dotted;  }

.footer {bottom:80%; float:none; clear:both; border-top:dotted; border-bottom:dotted;}
