@charset "utf-8";

/* html 5 fix */
section,
article,
header,
footer,
nav,
aside,
hgroup { 
	display: block; 
}

/*general defaults*/
ul{list-style: none;}

a{
	text-decoration: none;
}

img{border:0px;}

*{
	margin:0;
	padding:0;
}