@charset "utf-8";
/* CSS Document */

body {
	background-image : url(../images/paperwork_bg.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : center;
	background-color: #899124;
	margin : 0;
	padding : 0;
}
img {
	border : none;
}
a {
	outline : none;
}
#main_paper {
	background-image : url(../images/main_sheet.png);
	background-repeat : no-repeat;
	width : 515px;
	height : 685px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 30px;
}
#old_site {
	padding-top: 420px;
	padding-left: 280px;
}
#kontakt {
	padding-left : 330px;
	padding-top: 25px;
}

