body {
	height: 100%; /* Remember to remove width from main css file */
}

#overlay {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	/*
	background: url('../images/berkobox/overlay30.png');
	*/
	background: #000000;
	opacity: .75;
	filter: alpha(opacity=75);
}

#berkobox {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 15px;
	/*
	background-color: #fcfcfc;
	*/
	background-color: #ffffff;
	z-index: 250;
	overflow: hidden;
}

	#berkobox_content {
		position: relative;
		width: 975px;
		margin: 0 auto;
	}
	
	#berkobox img {
		margin: 40px auto 0 auto;
	}
	
	#berkobox h1 {
		font-family: Georgia, serif;
		font-size: 2.6em;
		color: #333333;
		font-weight: normal;
	}

#overlay_close {
	display: block;
	position: absolute;
	width: 45px;
	height: 9px;
	background: url('../images/berkobox/close.gif') no-repeat 0 0;
	top: 10px;
	right: 50px;
	
}