@charset "utf-8";

html, body { height: 100%; }

body {
	background: url(../gallery/image/background.jpg) no-repeat left bottom;
}

div#container {
	position: absolute;
	bottom: 100px;
	left: 230px;
	padding-right: 30px;
	line-height: 1.8em;
}

.picture img {
	position: relative;
	top: 5px;
	left: 4px;
}

#lightbox{
	background-color:#FFF;
	border: 4px solid #FFF;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../gallery/image/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../gallery/image/overlay.png", sizingMethod="scale");
}