@charset "utf-8";
/* CSS Document */
body {	
/*	background-color:#993366;*/
	background-image:url(../_images/info_bg.gif);
	margin-top:15px;
}
/*
	width: 964px;  
	height: 577px
*/
#wrapper {
	position:relative;
	  width:964px;
	  margin-left: auto ;
	  margin-right: auto ;
}
#page_graphic{
	width:964px;
	height:577px;
	background-image:url(../_images/info.jpg);
}
#text_wrapper {color:#FFF;}

#transbox {/* This is the transparent box */
	position:absolute;
	left:10px;
	top:10px;
	width:600px;
	height:297px;
	background-color: #000;
	border:none;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}
#over_transbox {
	position:absolute;
	left:15px;
	top:15px;
	width:590px;
	height:287px;
	border:none;
	background-image:url(../_images/info_text_bg.png);
}
	
#imageroll {
	position:absolute;
	left:0px;
	top:312px;
	width:964px;
	height:180px;
	background-color: #000;
	border:none;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
