body {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;
	background-color: #fff;
	height: 100%;
	background: url('sq.jpg') top left;
}

#kupit {
	position: absolute;
	border: solid 1px black;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align:center;
	background: url('bg.jpg') top left repeat-x;
}

a {
	text-decoration: none;
}

h1 {
	font: 2.6em Verdana, sans-serif;
	color: #fff;
}
