:link:focus, :visited:focus {
outline: none;
} 
:link:focus, :visited:focus {
-moz-outline: none;
} 
html {	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
}
#hack {
	position:relative;
	z-index: 4000;
}
#displaybox {
	z-index: 3000;
	background-color:#000;
	position:absolute; 
	width:960px; 
	height:580px; 
	display:block;
}
#displaybox2 {
	z-index: 3002;
	background-color:#000;
	position:absolute; 
	width:960px; 
	height:30px; 
	display:block;
}
#bg1 {
	z-index: 2000;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	display:block;
	background-color:#fff;
}
#bg2 {
	z-index: 3000;
	position:absolute; 
	width:960px;
	height:580px; 
	display:block;
}	
#bg2 center {
	height:580px;
}
html,body{
  	height:100%;
  	margin:0;
  	padding:0;
  	overflow:hidden;
	}
body{
  	background:#CDC9C8;
  	text-align:center;
  	min-width:960px;
  	min-height:620px;
  }
  
#vertical{
		float:left;
  	height:25%;
  	margin-top:-155px;/* half vertical height*/
  	width:100%;
	  background:#4D4C4D;
  }
#horizontal {
  	width:100%;
  	margin-left:auto;
  	margin-right:auto;
  	text-align:left;
  	clear:both;
		background: #CDC9C8 url('../gfx/menu_bg_new9.gif') repeat-x;
		height:620px;
  }
#website {
	  width:960px;
  	margin-left:auto;
  	margin-right:auto;
  	height:620px;
}

#spacer {
	width:950px;
	height:30px;
	display:block;
}

#main {
	position:absolute;
 	width:920px;
 	height:520px;
 	padding-left:0px;
 	padding-top:0px;
	float:left;
	font-size:11px;
	font-family:sans-serif;
	word-spacing:0px;
	letter-spacing:1px;
	line-height:15px;
	width:920px;
	margin:0px;
	padding:0px;
	float:left;
}
#pulldown1 {
	position:absolute;
	width:880px;
	margin-left:40px;
	height:480px;
	background:#ECEBEB;
	overflow:hidden;
	border-bottom:10px solid #ECEBEB;
	border-top:10px solid #ECEBEB;
}
		
#content1 {
	position:relative;
	display:block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
}
	
div.sliderbarp {
	overflow: hidden;
	position:relative;
	padding: 0px;
	width: 20px;
	height:530px;
	margin-right:10px;
	margin-top:0px;
	border:0px solid #000;
	text-align:left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
  background-image: url('../gfx/scrollback.gif'); 
	background-repeat: no-repeat;
	background-position: 0px 15px;
	float:right;
	}
 
div.sliderp {
	height: 30px;
	width:20px;
	position: relative;
	cursor:pointer;
	cursor:hand;
  background-image: url('../gfx/scroller.gif'); 
  background-repeat: no-repeat;
  background-position: center;
}
@media screen {
body{
  -webkit-text-size-adjust:none;
}
}