@charset "UTF-8";

h1 {
    flex-grow: 1;
    height: 50px;
    background: url(../../img/theme/scienceweb_logo.png) no-repeat left center;
}
h1 span {
	display: block;
	font-size: .9rem;
	line-height: 1rem;
	text-indent: .3rem;
}

main {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 30px;
	position: relative;
}

main p {
	position: absolute;
	top: 670px;
	left: 190px;
}
main p a {
	display: block;
	width: 600px;
	height: 35px;
	text-indent: -9999rem;
}

.copyright {
	margin: 4.5rem 0 0;
}
