body {
	height: 100%;
}

#overlay {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

#berkobox {
	position: absolute;
	width: 513px;
	height: 0px;
	top: 100px;
	left: 50%;
	margin-left: -256px;
	background: url('/images/berkobox/overlay_bg.gif') no-repeat 0 0;
	z-index: 250;
	overflow: hidden;
}

#overlay_close {
	color: #333333;
	position: absolute;
	line-height: 12px;
	padding-left: 10px;
	background: url('/images/berkobox/close.gif') no-repeat left center;
	top: 10px;
	right: 12px;
	
}
