/*** LOGIN OVERLAY ***/
#loginOverlay{
	position: absolute;
	width: 50%;
	height: 30%;
	left: 42%;
	top: 25%;
}
#loginOverlay .logo {
	position: relative;
	width: 208px;
	height: 72px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.displayNone{
	display:none;
}

#logo { background:url("../images/logo.png"); background-repeat: no-repeat;}