html {
	scrollbar-3dlight-color: #393;
	scrollbar-arrow-color: #393;
	scrollbar-darkshadow-color: #393;
	scrollbar-face-color: #6C6;
	scrollbar-highlight-color: #6C6;
	scrollbar-shadow-color: #393;
	scrollbar-track-color: #393;
	overflow-y: auto;
	overflow-x: hidden;
	}

body {
	margin: 0;
	padding: 0;
	background: #393 url(gfx/bg.gif) 0 0 repeat-x;
	color: #9F9;
	line-height: 140%;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	font-size: small;
	}

* {
	outline: none;
	}

img {
	border: 0;
	}

h2 {
	margin: 20px 0;
	font-weight: normal;
	font-size: 140%;
	text-shadow: 1px 1px 2px #606;
	}

p {
	padding: 0;
	text-align: justify;
	}

a:link, a:visited, a:active {
	color: #9F9;
	text-decoration: underline;
	}

a:hover, a:focus {
	color: #606;
	}

#container {
	margin: 70px 15% 0 15%;
	padding: 0 0 50px 0;
	}

h1#head	{
	width: 100%;
	height: 125px;
	margin: 0;
	background: transparent url(gfx/faq.gif) 0 0 no-repeat;
	font-size: 1px;
	color: #393;
	}

h1#head a:link, h1#head a:visited, h1#head a:active {
	float: right;
	display: block;
	margin-top: 5px;
	width: 50px;
	height: 49px;
	text-indent: -5000px;
	background: transparent url(gfx/logo.gif) 0 0 no-repeat;
	}

h1#head a:hover, h1#head a:focus {
	background-position: 0 -49px;
	}

a#bb:link, a#bb:visited, a#bb:active {
	position: absolute;
	display: block;
	top: 153px;
	left: 15%;
	width: 25px;
	height: 44px;
	margin-left: 35px;
	text-indent: -5000px;
	text-decoration: none;
	background: transparent url(gfx/bounce.gif) 0 0 no-repeat;
	}

a#bb:hover, a#bb:focus {
	background-position: 0 -44px;
	}

#nav {
	margin: 10px 30px;
	padding: 30px 0;
	list-style-type: square;
	}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	}
