body {
   background: black url('bg.jpg') top left no-repeat;
   text-align:center;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.9em;
   color:white;
}

a {
   color:#71b6ff;
   text-decoration:none;
   font-weight:bold;
}

a:hover {
   text-decoration:underline;
}

#top {
   width:1024px;
   height:78px;
   margin-left:auto;
   margin-right:auto;
   background: transparent url('bg_top.png') top left no-repeat;
}

#middle {
   margin-left:auto;
   margin-right:auto;
   width:1024px;
   height:581px;
}

#left {
   float:left;
   width:162px;
   height:581px;
   background: transparent url('bg_left.png') top left no-repeat;
}

#content, #content2 {
   float:left;
   background: black url('bg_content.jpg') top left no-repeat;
   _background-attachment:fixed;
   border:1px solid white;
   width:719px;
   height:581px;
   overflow:auto;
   text-align:right;
}

#content2 {
   background: black;
}

#right {
   float:right;
   background: transparent url('bg_right.png') top left no-repeat;
   _background: transparent url('bg_right2.png') top left no-repeat;
   width:141px;
   height:581px;
}

#bottom {
   width:1024px;
   height:43px;
   margin-left:auto;
   margin-right:auto;
   background: transparent url('bg_bottom.png') top left no-repeat;
   _background: transparent url('bg_bottom2.png') top left no-repeat;
}

.cleaner {
   clear:both;
}

acronym {
   display:block;
   width:349px;
   height:91px;
   background: transparent url('logo.jpg') top left no-repeat;
   border:none;
   float:right;
   margin:10px 5px 10px 0;
   color:black;
   text-decoration:none;
}

#content_left {
   float:left;
   width:540px;
   text-align:left;
}

#content_left table {
   text-align:left;
   font-size:0.9em;
}

#content_right {
   float:right;
   width:150px;
   margin-right:5px;
}

.red {
   color:red;
}

#menu li {
   display:block;
   margin:0 5px 5px 0;
   list-style:none;
}

#copyright {
   position:absolute;
   width:700px;
   text-align:right;
   bottom:0;
   _left:0;
   font-size:0.7em;
}

#copyright2 {
   width:700px;
   text-align:right;
   font-size:0.7em;
}

div.clanek {
   margin-left:15px;
   margin-bottom:40px;
}

div.clanek h3 {
   color: #71b6ff;
   font-size:1.3em;
   text-decoration:underline;
   margin-bottom:5px;
}

div.clanek div.small {
   font-size:0.8em;
   margin-bottom:5px;
}

div.clanek a {
   color:white;
   font-weight:normal;
}

div.clanek p {
   text-align:justify;
}