html {
	height: 100%;			
}
body {
	height: 100%;
	margin: 0;
	background-color: #FFFFFF;
	text-align: center;
}
body {
	/*background-image: url(../images/bckg.jpg);
	background-repeat: no-repeat;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
#creditsOff {
	position:absolute;
	width:50px;
	height:12px;
	z-index:1;
	visibility: visible;
}
#creditsOn {
	position:absolute;
	width:165px;
	height:72px;
	z-index:1;
	visibility: hidden;
}
#popup_width {
	position:relative;
	width:362px;
	height:302px;
	margin: 0 auto 0 auto;
	z-index:2;
	text-align:left;
}
#popup_height {
	position:absolute;
	top:50%;
	width:100%;
	height:302px;
	margin: -151px 0 0 0;
	z-index:2;
}
#container {
	position:absolute;
	width:100%;
    height: 100%;
	min-height:100%;
	visibility:visible;
}
