*{
	margin: 0;
	padding: 0;
	border: 0;
}
BODY{
	background-color: black;
	color: white;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 0.8em;
}
A{
	color: white;
}

#main{
	width: 826px;
	padding: 30px 10px;
	margin: 0 auto;
}
#left{
	float: left;
	width: 285px;
	text-align: center;
	line-height: 1.7em;
}
#right{
	float: right;
	width: 520px;
	padding-top: 15px;
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
P{
	text-indent: 25px;
	margin-bottom: 25px;
}
P.bold{
	text-indent: 0px;
	font-weight: 800;
	margin-top: 10px;
}
H2{
	font-weight: 800;
	font-size: 1.2em;
	margin-bottom: 10px;
}

DIV.podpis{
	text-align: right;
	margin-bottom: 25px;
}

TABLE{
	text-align: left;
	margin-bottom: 20px;
}
TD{
	vertical-align: top;
	padding-right: 10px; 
}


#nadpis{
	position: relative;
	height: 55px;
}
#nadpis IMG{
	position: absolute;
	left: 0;
	top: 0;
}

#box{
	width: 100%;
	height: 81px;
	padding-top: 70px;
	background-image: url('./la-sphere-box.png');
	background-repeat: no-repeat;
	background-color: white;
	color: black;
}
#box A{
	color: black;
	text-decoration: none;
}
#box A:hover{
	text-decoration: underline;
}
