@charset "UTF-8";

body {
	background-image: url(//eventor.fi/static/img/default_bg.png);
	background-color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #fff;
}
.bannerimage {
	max-height: 500px;
}