body {background-color: #000;}



#main {

    width: 800px;

    left: 50%;

    margin-left: -400px;

    position: absolute;

}

.teksty{
	color: #525252;
	font-family: arial;
	font-size: 11px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 15px;
}

.teksty h1{
	color: #646464;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	display: inline;

}

.teksty p{
	margin-top: 5px;
	color: #525252;
}

.teksty a{
	color: Gray;
	text-decoration: none;
}