body {
	background:#000000 url('../image/man.gif') no-repeat right bottom fixed;
	color:#999999;
	font-size:12px;
	font-family:arial, verdana;
	line-height:150%;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#333333;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#ffffff;
}

#main {
	width:600px;
	height:400px;
}

#menu {
	height:30px;
	text-align:right;
	border-bottom:1px solid #222;
	color:#333;
}

#menu a {
	color:#97F538;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	font-variant:small-caps;
}
#menu a:hover { color:#57A6f9; }

#content {
	background:#070707;
	padding:20px;
}

#footer {
	border-top:1px solid #222;
	text-align:right;
	color:#333;
}

a { color:#57A6f9; text-decoration:none; }
a:hover { color:#fff; }

table, tr, th, td {
	border-collapse:collapse;
	font-size:12px;
	line-height:150%;
	vertical-align:top;
}
hr { color:#333333; }

.special { color:#ffffff; }
.copyright { color:#666666; }

ul { padding-left:15; }
ul li { list-style-position:outside; }

