*{margin:0; padding:0;}
body, button, input, select, textarea { font-family: "Trebuchet MS"; color: #222; }
html, body, #wrap {height:100%;}
#wrap {width:100%; margin:0 auto;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.invisible { visibility: hidden; }
.clear{clear:both;}
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}