@charset "UTF-8";
.wrapper {
	min-height: 100%;
	min-width: 950px;
	overflow: hidden;
}
.drop-menu-bg {
	width: 100%;
	height: 38px;
	background-color: #333333;
	margin-bottom: 0px;
	z-index: 1000;
	top:0px;
}
.horizontal-centering {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
