﻿#footer {
	width: 870px;
	height: 30px;
	margin-top: 6px;
	background: url(../images/common/footer_background.jpg) repeat-x left top;
}


#copyright {
	float: left;
	padding: 5px 8px;
}

#copyright p {
	font-family: 'Verdana', 'sans-serif';
	font-size: 62.5%;
	color: #BEE0F0;
}


#information {
	padding: 3px 8px;
	float: right;
	font-family: 'Verdana', 'sans-serif';
	font-weight: bold;
	font-size: 70%;
	color: #BEE0F0;
	cursor: pointer;
}

#information img {
	width: 16px;
	height: 16px;
	vertical-align: -25%;
}


.LockScreen {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background: #C0C0C0;
	opacity: 0.5;
	z-index: 5;
}

