
html,body {
  height:100%
}

body {
  margin: 0;
  padding: 0;
  background: #333 url(bg.png);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.clear {
  clear: both;
}

a:link,a:visited,a:hover {
  color: #ddd;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1.rama {
  z-index: 999;
  top : 0px;
  left : 0px;
  position: fixed;
  background:url(th_bg.png) repeat-y;
  --background-color: rgba(30,30,30,.5);
  -moz-box-shadow:0 0 60px #000; -webkit-box-shadow:0 0 60px #000; box-shadow:0 0 60px #000;
  -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
}

hr {
  color: #222;
}

p {
  text-align: justify;
  text-justify: newspaper;
}

#bg {
  position: fixed;
  left: 585px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#overlay {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: url(raster.png);
}

#bgimg {
  display: none;
  cursor: pointer;
  -ms-interpolation-mode: bicubic;
}

#preloader {
  position: absolute;
  z-index: 2;
  width: 170px;
  padding: 20px;
  top: 150px;
  left: 60px;
  background: #000;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#preloader img {
  margin-right: 20px;
}

#toolbar{display:inline-block; padding:4px 15px;
  margin-left: 20px;
  background:#262626 url(btn_bg.png) repeat-x; -moz-border-radius:8px; -khtml-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px; color:#fff; cursor:pointer;}
#outer_container{position:relative; margin:0; width:700px; padding:0; z-index:2; background:url(empty.gif);} /* fucking IE needs a background value to understand hover area */
#customScrollBox{position:relative; background:url(th_bg.png) repeat-y;}
#customScrollBox .container{position:relative; width:585px; top:0; float:left;}
#customScrollBox .content{clear:both;}
#customScrollBox .content h1{padding:5px; margin:10px; color:#fff;
  font-family:Helvetica, Arial, sans-serif;
  font-size:48px;}
#customScrollBox .content h2{padding:5px; margin:10px 10px 0 10px; color:#fff;
  font-family:Helvetica, Arial, sans-serif;
  font-size:24px;}
#customScrollBox .content p{padding:5px; margin:0 10px 10px 10px; color:#ddd;
  font-family:Helvetica, Arial, sans-serif;
  line-height:26px;}
.light{
  font-family:Helvetica, Arial, sans-serif;
}
.grey{color:#999;}
.lightgrey{color:#ddd;}
.s36{font-size:36px;}
.s24{font-size:24px;}
#customScrollBox a.thumb_link{position:relative; margin:0 0 1px 1px; display:block; float:left;}
#customScrollBox img{border:none;}
#customScrollBox a.thumb_link .selected{position:absolute; top:0; left:0; width:145px; height:91px; background:url(th_select.png) no-repeat; display:none; opacity: .75; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75);}
#arrow_indicator{position:fixed; cursor:pointer; width:50px; padding:10px; top:50%; margin-top:-25px; left:20px; background:url(transparent_black_bg.png); -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:none;}
#next{position:fixed; cursor:pointer; width:50px; padding:10px; top:50%; margin-top:-25px; right:20px; background:url(transparent_black_bg.png); -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:none;}
#nextimage_tip{position:fixed; z-index:1; padding:0 20px; line-height:40px; color:#fff; height:40px; top:50%; margin-top:-20px; right:20px; background:url(transparent_black_bg.png); -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:none;
  font-family:Helvetica, Arial, sans-serif;
}
.with_border{border:1px solid #000;}
.with_shadow{-moz-box-shadow:0 0 40px #000; -webkit-box-shadow:0 0 40px #000; box-shadow:0 0 40px #000;}
.key {
  color: #111;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #eee;
  -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
