
html, body {
	height:100%;
	width:100%;
}
* {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:'Century Gothic', arial, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
}