@charset "UTF-8";

html { *overflow-x: hidden; }
body { padding: 0; }
body, html { height: 100%; padding: 0; margin: 0; }
.wrapper { min-height: 100%; min-width: 960px;overflow:visible;}
.wrapper #inside_header {text-align:center;}
.container { padding: 0px; }

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

/*the 
.horizontal-centering > * > * { float: left; width: auto; position: relative; left: 50%; margin: 0; padding: 0; }
.horizontal-centering > * > * > * { float: left; position: relative; right: 50%; }
*/