body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

div#paper {
	width: 910px;
	height: 760px;
	background-image: url('../img/papir.png');
	background-repeat: no-repeat;
	padding-left: 105px;
	padding-top: 20px;
	padding-right: 105px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#info {
	width: 910px;
	height: 289px;
	position: relative;
	background-image: url('../img/stitky.png');
	background-repeat: no-repeat;
	
}

div#regpartner {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 320px;
	height: 289px;
	text-align: left;
}

div#ncr {
	position: absolute;
	top: 0px;
	left: 572px;
	width: 320px;
	height: 289px;
	text-align: left;
}

h1 {
	border: 3px solid #102b81;
	background-color: #f5f6ff;
	color: #102b81;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: black;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

p {	
	line-height: 150%;
	text-align: justify;
	margin: 0;
	padding-top: 5px;
}

a.newLink {
	color: #561000;
	font-weight: bold;
}