﻿.admin_background, .admin_content {
	width: 100%;
	height: 20px;
}

.admin_background {
	background-color: #331100;
	
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.admin_content {
	
	z-index: 2;
	position: absolute;
	top: 2px;
	left: 0;

	color: White;

	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}