@charset "utf-8";
body {
	background-color: #2f2f2f;
}
#wraoer {
	margin: auto;
	clear: both;
	width: 765px;
	float: none;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 250px;
	margin: auto;
	clear: both;
}
#content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	margin: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	list-style-type: none;
}
#hijau {
	margin: auto;
	clear: both;
	width: 550px;
	border: thin dashed #9CDE00;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin: auto;
	padding: 5px;
	clear: both;
	height: 200px;
}
#testiwarper {
	margin: auto;
	clear: both;
	width: 500px;
}
#testiheader {
	background-image: url(images/testiheader.jpg);
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
	height: 120px;
}
#testicontent {
	background-image: url(images/testicontent.jpg);
	background-repeat: repeat-y;
	margin: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 33px;
}
#testifooter {
	background-image: url(images/testifooter.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 5px;
	clear: both;
	height: 60px;
}
