#toppanel { position: absolute; width: 100%; height: 108px; top: 0px; left: 0px; z-index: 25; text-align: center; }

#panel { width: 100%; position: relative; top: 0px; height: 0px; margin: 0 auto 0 auto; z-index: 10; overflow: hidden; text-align: left;	background-color:black; }

#panel_contents { background: black; filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; height: 100%; width: 100%; position: absolute; z-index: -1; }

.panel_button { margin: 0 auto 0 auto; position: relative; top: 1px; width: 295px; height: 34px; z-index: 20; /* filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; */ cursor: pointer; }
	.panel_button img { position: relative; top: 0px; border: none; }
	.panel_button a { text-decoration: none; color: #545454; font-size: 20px; font-weight: bold; position: relative; top: 5px; left: 10px; font-family: Arial, Helvetica, sans-serif; }
	.panel_button a:hover { color: #999999; }

.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
