/**
 * Striker Superstars :: http://www.strikersuperstars.com
 * Copyright (c) 2011 Coli Games Ltd
 * Library of Reusable Elements
 */
/** 
 * Variables 
 */
/** 
 * Rounded Corners
 */
/** 
 * Gradient
 */
/**
 * Positioning + Layout Hacks
 */
.clearIt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'Bauhaus93Regular';
  src: url('../../css/fonts/bauhs93-webfont.eot');
  src: url('../../css/fonts/bauhs93-webfont.eot#iefix') format('embedded-opentype'), url('../../css/fonts/bauhs93-webfont.woff') format('woff'), url('../../css/fonts/bauhs93-webfont.ttf') format('truetype'), url('../../css/fonts/bauhs93-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}