body {
      background-color: White;
      background-attachment: scroll;
		background-image: url(images/pasek.jpg);
		background-position: 72px;
		background-repeat: repeat-y;
		font-family: Arial;
		color:#605D5C;
		font-size: 12px;
}
a {
   color: #605D5C;
	text-decoration: none;
}
a:hover {
	color: #34A0DA;
	text-decoration: none;
}
