body {
background-image: url('tlo.jpg');
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#tresc {
position: absolute;
left: 0px;
top: 0px;
width: 380px;
height: 180px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
text-align: justify;
}

#dodaj {
position: absolute;
right: 0px;
top: 0px;
width: 411px;
height: 144px;
padding-left: 10px;
}

#komentarze {
position: absolute;
right: 0px;
bottom: 0px;
width: 401px;
height: 300px;
overflow-y: scroll;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
text-align: left;
}

#stopka {
position: absolute;
left: 0px;
bottom: 0px;
width: 330px;
height: 15px;
padding-left: 10px;
padding-bottom: 2px;
padding-top: 3px;
text-align: center;
font-size: 9px;
color:#666666;
}

input[type="text"], input[type="password"] {
width: 125px;
}

input, textarea {
background-color: #1c6941;
color: #FFFFFF;
border: solid #FFFFFF 1px;
}

.s {
text-align: center;
}

.odstep {
padding-left: 15px;
}

hr {
border: 0;
color: silver;
background-color: silver;
height: 1px;
width: 100%;
}

a, a:link, a:visited, a:hover {
color:#FFFFFF;
text-decoration: underline;
font-weight:bold;
}