/* Mixins are slightly modified from Benjamin Doherty's first implementations: http://gist.github.com/377912 rgba-background mixin can now be passed an option $dir variable
*/
.ie7 body:before { content: "Unsupported Browser - Your browser is not supported for viewing this website, please update to a recente version."; position: absolute; top: 0; left: 0; width: 100%; padding: 16px 0; background: red; z-index: 999; text-align: center; color: white; font-weight: bold; }
