body {	background: url(../img/background.jpg) no-repeat fixed 50% 50% / cover #ffffff	}
	
	
a {
		color:black;
		text-decoration:none;
}

a:hover {
		color:#DC0024;
		text-decoration:underline;
}

.kartka {background:url(../img/kartka.png);
	width:582px;
	height:696px;
	position:absolute;
	right: 0px;
	bottom: 0px;
	display:block;
	z-index: 2;
}