@charset "utf-8";
/* CSS Document */

* {	margin:0;padding:0;border:0;outline:none; }
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}
#main {	padding-bottom: 31px;height:100%; }
#wrapper { height:100%; }
#footer { position: relative;margin-top:-31px;height:30px;clear:both; }
.content { width:1000px;margin:0 auto }
.col {	float:left; }
/* CLEAR FIX*/
.clearfix:after { content: ".";	display: block;	height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block; }
/* End hide from IE-mac */