@charset "UTF-8";

html { *overflow-x: hidden; }
body { padding: 0; }
body, html { height: 100%; padding: 0; margin: 0; }
.wrapper { min-height: 100%; min-width: 950px;overflow: hidden; }
.container { padding: 10px; }

.horizontal-centering { position: relative; }
.horizontal-centering > * > * {
	float: left;
	width: auto;
	position: relative;
	left: 50%;
}
.horizontal-centering > * > * > * { float: left; position: relative; right: 50%; }