body {
  background-color: #05461B;
}

img{border:1px solid rgba(0,0,0,0)
}
img:hover{
  border-left:1px solid rgba(255,255,255,.25);
  border-top:1px solid rgba(255,255,255,.25);
  border-right:1px solid rgba(0,0,0,.25);
  border-bottom:1px solid rgba(0,0,0,.25);
}
img:active{
  border-left:1px solid rgba(0,0,0,.25);
  border-top:1px solid rgba(0,0,0,.25);
  border-right:1px solid rgba(255,255,255,.25);
  border-bottom:1px solid rgba(255,255,255,.25);
}

#loading {
	background-image: url('../images/bg.png');
}

#loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#loading div {
	width: 44px;
	height: 44px;
	background: url('../images/loading.gif') center center no-repeat;
}