@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;	
	
	xfont-size: 100%;
	}
	
body, html {
	width: 100%;
	height: 100%;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	xfont-size: 62.5%;
	}

/* ########## ########## */

.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
.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 */

/* ########## ########## */
