@import "normalize.css";

html, body
{
	height: 100%;
}

main
{
	background-image: url('images/announcement.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
}