html,body {
		margin: 0;
		padding: 0;
		height: 100%;
		
}

body {
  	background-color:#000000;
	background-image:url(../images/bg_big.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}


div {/* Nessesary for mozilla to reder boxes as IE */
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
}	

#bigBox {

	background-color:transparent; 
	width:865px; 
	height:610px;
	border:0px solid #000000; 
	margin-right: auto; 
	margin-left: auto;
	}
	#footer {
	background-color:transparent; 
	width:865px;
	padding-top:3px;
	border:0px solid #ff0000; 
	margin-right: auto; 
	margin-left: auto;
	}
#footerL {
	background-color:transparent; 
	border:0px solid #ff0000; 
	margin-right: auto; 
	margin-left: auto;
	text-align:left;
	float:left;
	}	
	#footerR {
	background-color:transparent; 
	border:0px solid #ff0000; 
	margin-right: auto; 
	margin-left: auto;
	text-align:right;
	float:right;
	display:none;
	}

#transBox {  
	width: 660px; 
	height:400px;  
	background-color: #000000; 
	filter:alpha(opacity=40); 
	margin-right: auto; 
	margin-left: auto;
	}

html > body #transBox {  
	background-color: transparent; 
	width: 660px; 
	height:400px; 
	background-image:url(../images/filter40.png); 
	background-repeat:repeat; 
	}			

#scrollBox {
	position:relative;
	background-color: transparent;
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 

	border:1px solid #000000;
	
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;

	
	scrollbar-face-color: #AAAAAB; 
	scrollbar-highlight-color: #cccccc; 
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #656667;
	scrollbar-darkshadow-color: #000000;
	} 
	


/* if one singel scroll box use this */
#contentBox {
	background-color: transparent;
	width:95%; 
	border:0px solid #000000;
	padding:10px 0px 0px 10px;
}


/* if two boxes with only the right one srcolleble use those */
#contentBoxLeft {
	background-color: transparent;
	width:70%; 
	border:0px solid #000000;
	float:right;
	
}

#contentBoxRight {
	background-color: transparent; 
	border:0px solid #000000;
	width:30%;
	height:100%;
	float:right;
	overflow:auto;
	
	
}

#headerMenu{  
	width: 660px;    
	background-color: transparent;  
	margin-right: auto; 
	margin-left: auto; 
	border:0px solid #ffffff;
	}
	
#textScroller{
position:relative;
right:-2px;
top:81px;
border:0px solid #ffffff;
z-index:100;
text-align:right;
padding:0;
margin:0;
}

html > body #textScroller{
right:2px;

}


	