#container_right {
	padding: 10px;
	padding-left: 0px;
	width: 420px;
}
#container_background {
	background: black url(../tutoriale/przezroczystosc/lady.jpg) center 100px no-repeat fixed;
	position: relative;
	width: 100%;
	height: 448px;
	overflow: auto;
}
#content {
	background: #2a3d55 url(../tutoriale/przezroczystosc/lady-div.jpg) center 100px no-repeat fixed;
	position: absolute;
	border: #333333 2px solid;
	left: 60px;
	color: white;
	padding: 10px;
	font-size: 12px;
}
#links {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 60px;
	text-align: center;
}
#links a{
	background: transparent url(../tutoriale/przezroczystosc/lady-a.jpg) center 100px no-repeat fixed;
	border: 0px;
	display: block;
	color: #FFC;
	margin-bottom: 2px;
	padding: 5px 10px;
}
#links a:hover {
	background: #b2c9e0 url(../tutoriale/przezroczystosc/lady-div.jpg) center 100px no-repeat fixed;
	color: white;
}
h2 {
	text-align: left;
	background-color: transparent;
	color: white;
	margin-left: 1em;
}
p {
	text-align: left;
}
pre {
	font-style: italic;
}
.style1 {color: #FFFFFF}