body {
	background-color : #000000;
	color: #FFFFFF;
}
#main {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 600px;
	margin: 0px auto;
	font-size: 0.8em;
}
#main_gallery {
	text-align: center;
	padding: 12px;
	margin: 0px auto;
	font-size: 0.8em;
}
.centerbox {
	text-align: center;
	margin-bottom: 24px;
}
.leftbox {
	text-align: left;
	margin-bottom: 24px;
	clear: left;
}
.javabox {
	width: 574px;
	background-color: #1c1b19;
	margin-bottom: 24px;
	padding: 12px;
	border: 1px solid #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCFF;
	font-variant: normal;
}
a.javalink:link {
color: #FFFFFF;
text-decoration: none;
}
a.javalink:visited {
color: #9999FF;
text-decoration: none;
}
a.javalink:hover {
color: #FFFFFF;
text-decoration: underline;
}
a.javalink:active {
color: #ff6633;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.image-center {
	text-align: center;
	border: 0;
}
.image-left {
	text-align: left;
	border: 0;
}
.image-right {
	text-align: right;
	border: 0;
}
.hidden{
	display:none;
}
.clear{
	clear: both;
}