/* body {margin:0; font:12px Arial, Helvetica, sans-serif} */
#wrapper_about {width:600px; margin-left: 25px;  /*margin:0 auto; <- this will center the elements*/ }
h2 {font-size:12px; margin:5px 0}
.link {cursor:pointer; color:#666;}
.link:hover {color:white}
.slider {position:relative; overflow:hidden; /* border:2px solid #9ac1c9;*/ height:360px; /*height:225px;*/ /*background:#eef5f6;*/ margin-bottom:20px; width:480px;}
.slidercontent {position:relative}
.slidercontent .upper {border-bottom:1px solid #9ac1c9}
.section {padding:10px}
.newsslider {position:relative; overflow:hidden; border:2px solid #9ac1c9; height:95px; width:300px; background:#eef5f6; margin-bottom:20px}
.newsslidercontent {position:relative;}
.newsslidercontent .upper {border-bottom:1px solid #9ac1c9}
.newssection {padding:10px; height:75px}


html {overflow-y:hidden;}
body {overflow-y:auto;}

body 
{
	background: url('../images/about-bg01.jpg') no-repeat left top;
	/*height:100%;*/ margin:0; padding:0;
	background-color:black; 
	font:12px Verdana,Arial; 
	color:grey;
	scrollbar-face-color: #434342;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: grey;
	scrollbar-track-color: #000000;	
}
.title {font-size:16px;}
.quotes {display:block; margin:5px; font-style:italic; font:14px Verdana,Arial; }
.descriptions {display:block; margin:5px; font:14px Verdana,Arial; }

#slideup {width:25px; height:40px; background:url(../images/scroll-up.gif) center center no-repeat; background-color:#111111}
#slideup:hover {background-color:#222}
#slidedown {width:25px; height:40px; background:#111111 url(../images/scroll-down.gif) center center no-repeat}
#slidedown:hover {background-color:#222}


a:link {color: grey;}     /* unvisited link */
a:visited {color: grey}  /* visited link */
a:hover {color: white}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */


div.transbox
{	
	width:560px;
	height:400px;
	margin:30px 50px;
	background-color:black;
	border:1px solid black;	
	zoom: 1;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#page-background 
{
	/*position:fixed; */
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index:0;
}
#content 
{
	position:relative; 
	z-index:10; 
	padding:10px;
}