body {
	margin: 0px;
	background-color: black;
	background-image: url(/i/droga.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body, td {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
}
.content {
	margin: 0 auto;
	width: 1000px;
}
.topic {
	width: 1000px;
	height: 45px;
	background: url(/i/layout_01.png);
	padding-top: 70px;
}
.topic-inside {
	margin: 0px 75px 0 85px;
}
.topic-text {
	font-size: 32px;
}
.text {
	width: 1000px;
	background: url(/i/layout_02.png);
}
.text-inside {
	margin: 0 75px 0 85px;
}
.footer {
	width: 1000px;
	height: 110px;
	background: url(/i/layout_04.png);
}
.logo {
	width: 500px;
	height: 111px;
	background: url(/i/logo.png);
	cursor:pointer;
}
a {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: underline;
	color: #000080;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:visited:hover {
	text-decoration: underline;
}

.l-white a {

	text-decoration: none;
	color: #fff;
}
.l-white a:hover {
	text-decoration: underline;
}
.l-white a:visited {
	text-decoration: none;
	color: #fff;
}
.l-white a:visited:hover {
	text-decoration: underline;
}

.footer-inside {
	padding: 80px 55px 0 50px;
	color: #fff;
}
