@charset "utf-8";
/* CSS Document */
body {
	/*	background-color:#66cc99;*/
	background-image:url(../_images/contact_bg.gif);

	margin-top:15px;
	
}
a, a:hover, a:visited {
	text-decoration:none;
	color:ffffff;
}
/*
	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/contact.jpg);
}
#text_wrapper {
	/*	position:absolute;
	width:250px;
	height:577px;
	top:0px;
	left:714px;*/
	color:#FFF;
}
#text {
	position:absolute;
	top:10px;
	left:10px;
	width:252px;
	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/contact_text_bg.png);
}
