body {
    background-image: url("img/tausta.jpg");
    background-repeat: no-repeat;
    background-position: right top;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}