html, body {
	margin: 0;
	padding: 0;
	background: #000 url('gfx/bggr.gif') repeat-x top;
	font-family: calibri, trebuchet ms, tahoma, sans-serif;
	font-size: 16px;
	color: #eee;
	text-align: center;
	}

a {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: calibri, trebuchet ms, tahoma, sans-serif;
	}

h1 { font-size: 40px; padding-top: 20px; text-align: center;}
h2 { font-size: 22px; font-weight: normal; text-align: center; color: #5DB0F0;}
h3 { font-size: 20px; padding: 30px 0 0 25px; color: #5DB0F0;}

p {
	margin: 0;
	padding: 10px 30px 10px 75px;
	line-height: 150%;
	}

strong { color: #ff0; }

.bd {
	position: relative;
	margin: 0 auto;
	width: 782px;
	z-index: 50;
	}

.hd {
	position: relative;
	width: 782px;
	height: 134px;
	background: url('gfx/hdbg.jpg') no-repeat;
	text-align: left;
	z-index: 100;
	}

.cn {
	position: relative;
	width: 782px;
	background: #141414;
	text-align: left;
	z-index: 100;
	}

.cn1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url('gfx/cn1.jpg') no-repeat;
	z-index: 150;
	}

.cn2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 291px;
	height: 134px;
	background: url('gfx/cn2.jpg') no-repeat;
	z-index: 150;
	}

.cnb {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 782px;
	height: 300px;
	background: url('gfx/btbg.gif') repeat-x top;
	z-index: 130;
	}

.cn3 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url('gfx/cn3.jpg') no-repeat;
	z-index: 150;
	}

.cn4 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url('gfx/cn4.jpg') no-repeat;
	z-index: 150;
	}

.tresc {
	position: relative;
	z-index: 200;
	padding: 0 220px 50px 0;
	}

.ft {
	position: relative;
	width: 782px;
	height: 100px;
	background: url('gfx/ftbg.jpg') no-repeat;
	font-size: 11px;
	text-align: center;
	z-index: 100;
	}

div.ft b {
	color: #eee;
	}

.linki {
	font-size: 11px;
	text-align: center;
	}

div.linki a {
	text-decoration: none;
	}
div.linki a b {
	font-weight: normal;
	}
