* {
	margin: 0;
	padding: 0;
	outline: 0;
	border-collapse: collapse;
	color: #BCCF00;
	zoom: 1;
}

html, body { height: 100%; background: #BCCF00;	 }


.hidden, .printonly, .alt {
	display: none;
}

#hcenter {
  width: 1000px;
  position: relative;
  margin: 0 auto;
	margin-top: -130px;
  background: #BCCF00;	
  height: 768px;
  overflow: hidden;
}

#vcenter {
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: #BCCF00;	
}
#vcenter {
	
	background-position: 50% 0;
  background-repeat: repeat-y;
  background-color: #BDCF01;
}

body { background: #BCCF00; }


#skip {
	background: url('../images/1x1.gif');
	position: absolute;
	top: 140px;
	left: 260px;
	height: 580px;
	width: 490px;
	z-index: 200;
	display: block;
	cursor: pointer;
}
