body {
	background-color: #f0f0f0;
	font-family: arial, serif;
}

#page {
	text-align: center;
	width: 550px;
	margin: 0 auto;
	background: white url('images/page-bg.jpg') center repeat-y;
	border-bottom: 1px solid #c0c0c0;
}

#header {
	text-align: right;
	color: white;
	background: #3377FF url('images/header.jpg') top center no-repeat;
	border-bottom: 1px solid white;
}

h1, h2 {
	margin:0; padding:0;
	padding-right: 20px;
}

h1 {
	font-size: 24pt;
	padding-top:20px;
}

h2 {
	font-size: 18pt;
}

a img {
	border: none;
}

#content {
	background: url('images/content-bg.jpg') top center no-repeat;
	padding: 20px 0 0;
}

.left {
	float: left;
}

.right {
	float: right;
	margin-right: 20px;
}

#jawab {
	margin: 20px;
}

#footer {
	font-size: 8pt;
	padding: 10px 0 0;
	background: #ccc;
	margin: 2px;
	border: 1px solid white;
}

#footer img {
	vertical-align: middle;
}

#footer p {
	font-family: arial;
	font-size: .8em;
	margin:3px;
}

#footer strong {
	font-weight: normal;
	background-color: white;
	border: 1px solid gray;
	padding: 1px;
}

#footer strong span {
	background-color: gray;
	color: white;
	margin: 1px;
	padding: 0 5px;
}
#footer .salah {
	background-color: red;
	padding: 0 5px;
}

#footer .benar {
	background-color: green;
	padding: 0 5px;
}

#ads {
	float: right;
	position: relative;
	top: 0;
	left: auto;
	margin-top: 50px;
	width: 122px;
	height: 242px;
}