@charset "utf-8";
@import url("PSL245/stylesheet.css");

/* CSS Document */

body{
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	text-align: center;
	font-family: PSL245;

}
::-webkit-scrollbar 				{ width: 8px; height: 8px; }
::-webkit-scrollbar-track-piece     { background-color: #FFFFFF; -webkit-border-radius: 5px; }
::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:vertical { width: 0px; background-color: #FFCC00 ;
-webkit-border-radius: 5px; }
::-webkit-scrollbar-thumb:horizontal:hover, ::-webkit-scrollbar-thumb:vertical:hover {
background-color: #FFCC00;
}
