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

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

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

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

#cont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}

.copy {
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding-bottom: 10px;
}
