@charset "UTF-8";
/* CSS Document */

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	line-height:16.5px;
	background-image: url(SplashImg/bg2.jpg);
	background-repeat: repeat-x;
}

h1 {
	margin: 0;
	/*padding: 0;*/
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	/*margin: 0;
	padding: 0;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*margin-bottom:5px;*/
}

p.first {
	margin-top:0px;
}

ul {
	/*list-style-type: circle;*/
	list-style-position:outside;
	list-style-image: url(SplashImg/arrow.gif);
}

#container {
	background-image: url(SplashImg/bg_Img_lv_lv.jpg);
	margin:0 auto;
	width: 980px;
	height: 450px;
	padding-top: 130px;
	background-repeat: no-repeat;
}

#button a{
	float: left;
	background-image: url(SplashImg/button_lv_lv.jpg);
	margin-left:317px;
	width:210px;
	height:35px;
}

#button a:hover{
	background-image: url(SplashImg/button_lv_lv_2.jpg);
}

#text {
	/*margin-top: 65px;*/
	/*margin-left: 580px;*/
	padding-right: 46px;
	margin-top: 34px;
	float:right;
	/*padding-right:0px;*/
	text-align:justify;
	width: 355px;
	height: 344px;
	overflow-y: auto;
	/*position: relative;*/
}

#textpadding {
	padding-right: 10px;
}

#footer {
	margin-top:10px;
	color: #767674;
	font-size:9px;
}

#header {
	margin-top:4px;
	float: right;
	padding-right:46px;
	height:auto;
	width:355px;
	text-align:left;
	/*height: 20px;*/
	/*margin-left: 50px;*/
}

.makeScroll {
	height: 344px;
}

.scroll-track{
	width:6px;
	margin:auto;
	padding-left: 0px;
	background: #111111;
}

.scroll-handle{
	height: 20px;
	width: 6px;
	background: #ffffff;
	cursor: pointer;
}