@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	background: #f6f2e6;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d28e8e;
    background-color:#6c0303;
}


#footer {
	width: 930px;
	height: 70px;
	margin: 0 auto;
	margin-top: -10px;
	padding: 0 20px;
	background:none
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}
#footer a {
	color: #d28e8e;}

#footer .link {
	float: right;
}
#footer .copyright {
	float: left;}

#ptunnel{
	width:932px;
	margin:auto;
	position:relative;
	}

#ptunnellabel{
	background-color:#f6f2e6;
	color:#8c1919;
	z-index:20;
	width:480px;
	height:120px;
	margin-top:338px;
	margin-left:429px;
	position:absolute;
	padding:10px;
	
	filter:alpha(opacity=71);
	-moz-opacity:0.71;
	-khtml-opacity: 0.71;
	opacity: 0.71;

}