
        
html {
height : 100%;
}
#flashcontent {
height : 90%;
}
body {
height : 100%;
background-color : #181818;
color : #ffffff;
}
a {
text-decoration : none;
color : #ffffff;
}
a:hover {
color : gray;
}
#header {
text-align : left;
font-size : 20px;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-color : #181818;
width : 100%;
height : 15px;
padding : 10px 0 10px 0;
}
#podtytul {
text-align : left;
font-size : 10px;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-color : #181818;
width : 100%;
padding : 5px 0 10px 0;
}
#dzialy {
text-align : right;
font-size : 9px;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-color : #181818;
width : 100%;
padding : 5px 0 10px 0;
}
#tresc {
text-align : center;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
text-decoration : none;
background-color : #181818;
color : #ffffff;
width : 100%;
height : 25px;
padding : 10px 0 10px 0;
}
#footer {
text-align : center;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
text-decoration : none;
background-color : #181818;
color : #ffffff;
width : 100%;
height : 20px;
padding : 10px 0 10px 0;
}
