#infobox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#infobox_outter_container {
	position: relative;
	background-color: #fff;
	width: 485px;
	height: 300px;
	border: 2px solid #fc8b08;
	margin: 0 auto;
}

#infobox_container {
	padding: 10px;
	width: 100%;
	height: 100%;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#infobox a {
	color: #000;
	text-decoration: none;
}


/* * * * * V 0.3 * * * * * /
/* html,body thanks to Torben  - http://blog.schreiter.info/ */
html, body {
	height:100%;
	min-height:100%;
}