@charset "utf-8";
/* CSS Document */

html,body {
	background: #663333 url(../images/pattern_108.gif) repeat;
	/*background image from http://www.bsidedesign.net/travis/images/squidfingers/pattern_108.gif */
	}
body {
	font: 100%/140% Georgia, "Times New Roman", Times, serif;
	color: #F5F5F5;
	}
h2 {
	font: bold 130%/120% Helvetica, Arial, sans-serif;
	}
div.transparent-box, div.text {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 54em;
	height: 10em;
	margin: 1em auto;
	padding: 12px;
	border: 4px solid #990033;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	}
div.transparent-box {	
	background: #96434B;
	opacity: 0.7; 													/* the compliant rule */
	-moz-opacity:0.7; 												/* for Mozilla 1.6 and older */
	-khtml-opacity: 0.7;											/* for Safari 1.x */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	/* 1st ... for IE */
	filter: alpha(opacity=70);										/* 2nd ... for IE */
}
div.text {	
	color: #D7DAD6;
	}