    
/*-----------------------------------*\
	$RESET
\*-----------------------------------*/
    
    * {
    	margin: 0;
    	padding: 0;
    	position: relative;
    	-webkit-box-sizing: border-box;
    	   -moz-box-sizing: border-box;
    	        box-sizing: border-box;
    }
    
    html {
        line-height: 1.5;
        font-size: 100%;
        }