html,body,#bg,#bg table,#bg td,#cont{ width:100%; height:100%; overflow:hidden; }
body{ cursor:default; background:#2c2724; color:#000; }
.box div img{ padding-bottom:0; }
img{ display:block; }

#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;
	bottom:0;
	z-index:10;
	overflow:hidden; 
	height:50px; }
	
