

html,body {
	font-size:16px;
	overflow:hidden;
	height:100%;
	width:100%;
}

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

#container {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	overflow:auto;
	width:100%;
}

#content {
	margin:auto auto;
	width:960px;
	background-color:white;
}

#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;
	/*
	height:50%;
	width:50%;
	*/
	width:50%;
	min-height:50%;
}

