@charset "UTF-8";

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
}
div#shiv {
	background: transparent;
	width: 100%;
	height: 50%;
	margin-top: 0;
	float: left;
}
div#Box {
	margin: 0 auto;
	background: #000;
	width: 700px;
	height: 100px;
	clear: both;
	position: relative;
	top: -225px;
}
/* Hide from IE5mac *//*/
div#shiv {
	display: none;
}
html, body {
	height: auto;
}
/* end hack */

