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

html,body,div,header,section,footer,span,h1,h2,h3,h4,h5,h6,p,pre,a,em,img,strong,sub,sup,b,u,i,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,li,input::-moz-focus-inner {
	margin:0;	
	padding:0;
	border:0;
	vertical-align:baseline;
	font:inherit;
	font-size:100%;	
}
html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
}
header,
section,
footer,
div,
ul,
li,
span,
form,
label,
input,
textarea,
a {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;	
}
a:focus,
input:focus,
textarea:focus,
button:focus,
img:focus {
	outline:0;	
}