@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2655d9;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin:0 auto;
}
#wrapper {
	margin:0 auto;
	width:800px;
	height:auto;
	background-image: url(images/isi.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 276px;
	width: 800px;
}
#isi {
	position:relative;
	width: 760px;
	top: -90px;
	padding: 0 20px;
	line-height:1.3em;
}

#isi img {float:left;margin:5px 10px 10px 2px;}
#isi h1 {font-size:18px;color:#333;margin-bottom:10px;font-weight:bold;line-height:1.3em;width:750px;padding-bottom:10px;border-bottom:1px solid #ccc;}

#footer{
	margin:0 auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 800px;
	margin-top:0 auto;
}
