/*
	Background Stretcher jQuery Plugin
	© 2009 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #557A24;
}
a {
	color: #B76E43;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
#page {
	z-index: 2;
	position: relative;
	margin: auto;
	width: 420px;
	/*height:600px;*/
	padding: 20px;
	background: #000000;
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
p.text {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:justify;
	line-height:18px;
}
#page strong { color: #FFFFFF; }
