@charset "utf-8";
/* CSS Document */
body {	
/*	background-color:#336600;*/
	background-image:url(../_images/services_bg.gif);
	margin-top:15px;
}
/*
	width: 964px;  
	height: 577px
*/
#wrapper {
	  width:964px;
	  margin-left: auto ;
	  margin-right: auto ;
}
#page_graphic{
	position:relative;
	width:964px;
	height:577px;
	background-image:url(../_images/services.jpg);
}
#text_wrapper {
	color:#FFF;
}
#text {
	position:absolute;
	top:10px;
	left:10px;
	width:240px;
	height:452px;
}
	
#transbox {/* This is the transparent box */
position:absolute;
	left:674px;
	top:10px;
	width:280px;
	height:477px;
background-color: #000;
border:none;
filter:alpha(opacity=85);
opacity: 0.85;
-moz-opacity:0.85;
}
#over_transbox {
	position:absolute;
left:684px;
	top:20px;
	width:260px;
	height:457px;

border:none;
background-image:url(../_images/services_text_bg.png);}
