@charset "UTF-8";
/* CSS Document */
body {
background: #171717 url(hgnl/hgnlimg.jpg) no-repeat scroll left top;
}
a {
	color: white;
	text-decoration: underline;
}
a:visited {
  color: white;
}
a:hover {
	color: #171717;
}
a:active { 
  color: white;
}
div.title {
position : absolute;
left: 0px;
margin-left : 0px;
top: 25px;
overflow: visible;
}
div.wrapper {
width : 600px ;
height: 779px;
text-align : left ;
position : absolute;
left: 0px;
margin-left : 0px;
top: 130px;
overflow: visible;
}
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track-piece {
	background-color: #333;
	-webkit-border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #666;
	-webkit-border-radius: 3px;
}

