html, body { 
height: 100%; 
width:auto;
margin: 0; 
padding: 0; 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#ffffff;

overflow:visible;
line-height:16px;
background-color:#000000;
} 

body {
overflow:auto;
}

img {
border:0px;
}

a:link {
color:#ffffff;
text-decoration: none;
}

a:visited {
color:#ffffff;
text-decoration: none;
}

a:hover {
color:#ffffff;
text-decoration: underline;
}

a:active {
color:#ffffff;
text-decoration: none;
}

div.content {
height:100%;
display:table;
width:100%;
}

div.srodek {
vertical-align:middle;
display:table-cell;
}

div.tresc{
width:420px;
text-align:left;
padding-left:350px;
}

div.logo {
width:500px;
}

.footer {
width:100%;
position:absolute;
bottom:0px;
text-align:center;
background-color:#000000;
color:#FFFFFF;
font-size:9px;
height:20px;
padding-top:3px;
}


.bg {
height:100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.req {
color:#333;
}

.plug {
color:#333;
text-decoration:underline;
}