body {
/*	background-image: url('/images/bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #f5e4b8; 
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f5e4b8;
/*	background-image: url('/images/bg.jpg'); */
	padding: 10px;
	width: 190px;
}
#gallery img {
	border: 5px solid #555;
	margin: 5px;
}
#gallery a:hover img {
	border: 5px solid #fff;
	color: #fff;
}
#gallery a:hover { color: #fff; }

#content-text {
	padding-right: 300px;
	font-size: 16pt;
}
