#style_gallery ul{
	width:800px;
}
#style_gallery li{
	list-style:none;
	display:inline;
	padding:2px;
	margin:6px;
	clear: none;
	float: left;
	background-position: center bottom;
	text-align: center;
	vertical-align: bottom;
	height: auto;
	width: 180px;
	position: relative;
}
#style_gallery img {width:180px; height:auto; margin:6px; padding:2px; background-color: #CCCCCC; border: 1px solid #999999;}

.besar {font-size: xx-large}
body {
	color: #FFFFFF;
	background-color: #000000;
}
A:link, A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
A:hover {
	font-weight: bold;
	text-decoration: underline;
}
input, select, textarea {
	color: #FFFFFF;
	background-color: #222222;
}