html{
	width:100%;
	height:100%;
}
body{
	background: url(../images/Muskelkater-Studio_Logo.png) no-repeat center #fff;
	background-size: 560px auto;
}

@media (max-width: 768px){
	body{
		background: url(../images/Muskelkater-Studio_Logo.png) no-repeat center #fff;
		background-size: 420px auto;
	}
}
@media (max-width: 576px){
	body{
		background: url(../images/Muskelkater-Studio_Logo.png) no-repeat center #fff;
		background-size: 80% auto;
	}
}