/* CSS Document */

body {
	background-image: url(../img/tlo.jpg); 
	background-repeat:no-repeat; 
	background-position: center; 
	background-color: #000;
	margin: 0;
	padding: 0;
	}

table {
	width: 100%;
	height: 100%;
	}
	
#fotokwadrat {
	background: transparent url(../img/fotokwadrat.gif) no-repeat scroll 0%;
	margin: 5px 5px 0px 0px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block; 
	width: 60px; 
	height: 60px;	
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	text-indent: -999em; 
	text-decoration: none; 
	border: none;	
	}
