html, body {
   background-image: url(pol/tlo.png);
   width: 900px;
   margin: 0 auto;
	 margin-top: 80px;
   font-family: Verdana; }

a {
   text-decoration: none;
   font-size: 20px;
   color: #fff; }

a:hover {
   color: #b2b2b2; }

#ramka {
	 width: 900px;
	 height: 400px;
	 float: left;
   border-width: 1px;
	 border-style: solid;
	 border-color: #fff;
	 background: #000; }

#top {
	 width: 900px;
	 height: 90px;
	 text-align: center;
	 float: left;
	 padding-top: 20px;
	 background: #000; }

#left {
	 width: 300px;
	 float: left;
	 text-align: center;
   background: #000;
	 padding-top: 120px; }

#center {
   width: 300px;
	 float: left;
	 text-align: center;
	 background: #000;
	 padding-top: 50px; }

#right {
	 width: 300px;
	 float: left;
	 text-align: center;
	 background: #000;
	 padding-top: 120px; }
