
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
padding:0;
margin:0;
	
}
body {
    font-family: "Nanum Gothic", sans-serif;
	}
