/// css for AQ index page




.index {
	background-image: url(../images/background2.png);
}
#title {
	position:absolute;
	left:240px;
	top:30px;
	width:266px;
	height:41px;
	z-index:auto;
	background-image: url(../images/title.png);
	overflow: visible;
}
#container {
	margin: auto;
	width: 1162px;
	position: relative;
	height: 550px;
	top: 50px;
	z-index: auto;
}
#animation {
	position:absolute;
	left:230px;
	top:131px;
	width:223px;
	height:358px;
	z-index:auto;
}
#box {
	position:absolute;
	left:199px;
	top:51px;
	width:763px;
	height:456px;
	z-index:auto;
	background-image: url(../images/blackbox.png);
	overflow: hidden;
	float: none;
}
#links {
	position:absolute;
	left:261px;
	top:465px;
	width:634px;
	height:36px;
	z-index:auto;
}
#content {
	position:absolute;
	left:456px;
	top:101px;
	width:449px;
	height:354px;
	z-index:1;
	overflow: auto;
	scrollbar-base-color: #222222;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #111111;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

