* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	line-height:140%;
	background-color:#171717;
}

#page {
	width:722px;
	background-image : url("images/papir-main.png");
	backround-position: 0px 104px;
	background-repeat:repeat-y;
	margin:auto;
}

#papir-top {
	background-image : url("images/papir-top.png");
	height:104px;
	width:722px;
}

p {
	padding:20px;
	padding-top:0px;
	
}

hr {
	height: 1px;
	color: black;
	background-color: black;
	border: 0px solid black;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
}

h1 {
	font: small-caps 150% Georgia, "Times New Roman", Times, serif;
	padding:20px;
}