@charset "UTF-8";
/* CSS Document */

.top-centered-box {
	width: 340px;
	height: 260px;
	background-color: white;
	left: 50%;
	top: 0%;
	margin-top: 0px;
	margin-left: -170px;
	position: fixed;
}

* html .top-centered-box { 
	position:absolute;
}