html, body { padding:0; margin:0; }

header {
	margin-bottom:32px;
}

header h1 {
	margin:60px auto 0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:200px;
	height:67px;
	background:url(./echoeastcreative.gif) no-repeat top left;
}

main {
	width:80%;
	margin:0 auto;
}

p {
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:16px;
	margin-bottom:32px;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height:1.4;
}

.notice {
	padding:16px;
	font-family: 'Roboto Condensed', sans-serif;
	color:black;
	border:1px solid red;
	background-color:rgba(255,0,0,0.5);
	font-size:14px;
}

a:link, a:hover, a:focus, a:visited {
	color:inherit;
}

@media all and (min-width: 520px) {
	main { width: 480px; }
}