@charset "UTF-8";

/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

img {
	border: 0px;
}


/* BASE */
body {
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin: 0 35px 70px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin-left: auto;
	margin-right: auto;
	font-size: 70%;
	height: 76px;
}

h1 img {
	margin-top: 25px;
}