
.header {
	line-height:20px;
	background:white;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
}
.header A {
	color:red;
	font-weight:bold;
	text-decoration:none;
}
.content A {
	color:red;
	font-weight:bold;
	text-decoration:none;
}
.content_border {
	border-left:20px solid white;
	border-right:20px solid white;
}
.content {
	background:#ebebeb;
	width:100%;
	color:#666666;
	font-weight:bold;
}
.footer {
	line-height:20px;
	background:white;
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
	color:#878787;
}

#transparentPane {
	position:absolute;
	left:0;
	top:0;	
	border:none;
	width:100%;
	height:2048px;
	
	background: black;
	z-index:10;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	-khtml-opacity: 0.8;



}

#contentPane {
	position:absolute;
	top:0;
	left:0;
	margin-left:15%;
	margin-right:15%;
	width:70%;
	display:block;
	margin-top:5%;
	padding:0;
	border:none;
	background:white;
	z-index:12;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
	overflow:hidden;
}

#contentFrame {
	position:absolute;
	top:0;
	left:0;
	margin-left:15%;
	margin-right:15%;
	width:70%;
	height:auto;
	display:block;
	margin-top:5%;
	padding:0;
	border:none;
	background:white;
	z-index:12;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
 	overflow:hidden;
}