* {
	margin: 0;
	padding: 0;
}

html, body, #bg, #bg table, #bg td {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#bg {
	position: fixed;
}

#bg div {
	height: 200%;
	left: -50%;
	position: absolute;
	top: -50%;
	width: 200%;
}

#bg td {
	text-align: center;
	vertical-align: middle;
}

#bg img {
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%;
}

#box-container {
	position: absolute;
	height: 260px;
	right: 0;
	bottom: 0;
	margin-bottom: 20px;
	margin-right: 0;
	z-index: 1;
	clear: both;
}

.box {
	width: 325px;
	height: 260px;
	border: 1px solid white;
	display: inline-block;
	margin-right: 20px;
	border: 2px solid #8399AF;
	float: left;
}

.box .mini {
	background: #000;
	position: relative;
	float: left;
	margin-top: 220px;
	height: 40px;
	width: 325px;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	overflow: hidden;
}

.box .mini h1 {
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	color: #FFF; 
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;  
}

.box .mini p {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;	
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	color: #FFF;
}

.box .mini a { 
	text-decoration: underline;
	color: #C8DCE5;
}

#box-1 {
	background: url('Flag.jpg');
}

#box-2 {
	background: url('Cathedral.jpg');	
}

#box-3 {
	background: url('Buddha.jpg');
	
}