/* Anda boleh tambah apa-apa stylesheet disini untuk menukar dan menambahbaik paparan ui minisite anda

body { background: #;}
.container { width: px; margin-top: 30px;}
.content_bg { background: url(../images/content_bg.png) repeat-y top center; background-size: 100%; padding: 0 70px 70px 70px;}
.dummy_text { min-height: 300px;}
.main_footer { margin-top: -33px; padding-bottom: 20px;}

@media screen and (max-width: 955px) {
.container { width: 100%; margin:auto;}

}
@media screen and (max-width: 600px) {
.content_bg { padding: 40px 50px 40px 50px;}
}
 */