body {
		background: #000000 url('../background/body.jpg') repeat-x;

		margin: 0px;
}


a {
		text-decoration: none;
}


div#component {
		background: #000000;

		width: 763px;
		height: 978px;

		margin-left: auto;
		margin-right: auto;

		position: relative;
}


div#header{
		width: 761px;
		height: 318px;

		top: 0px;
		left: 1px;

		position: absolute;
}


div#zone {
		width: 220px;
		height: 640px;

		top: 319px;
		left: 1px;

		position: absolute;
}


div#preview {
		background: #3e3e3e url('../background/dokument.jpg');

		width: 540px;
		height: 640px;

		top: 319px;
		left: 222px;

		position: absolute;
}


div#copyrights {
		background: #1b1b1b url('../background/stopka.jpg');

		width: 749px;
		height: 24px;

		padding: 6px;

		top: 960px;
		left: 1px;

		position: absolute;
}


div#copyrights span {
		font: 10px Arial, Helvetica, sans-serif;

		color: #575757;
}

