body {
	background-color: #4A0D04;
	background-image: url(../images/coklat1.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.main {
	background-color: #FFFFCC;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bootm {
	background-repeat: repeat-x;
	background-position: center bottom;
}

