﻿html 
{
    height: 100%;
}
body 
{
    background-color: #000000; 
    background-image: url(../images/ziemia_background.jpg);
    background-position: bottom; 
    background-repeat: no-repeat;
    margin : 0 0 0 0;
    font-family: Verdana, Tahoma, Arial CE, Arial, Helvetica; 
    font-size: 10px; 
    color:#666666;
}
#main
{
    margin : 0 auto;
    width : 900px;
    height : 100%;
    border : solid 0px #000000;
}
a 
{ 
    color: #FFFFFF; 
    text-decoration: none; 
    font-size: 10px; 
}
a:hover 
{ 
  color: #999999; 
  text-decoration: none; 
  font-size: 10px; 
}
#divFlash1
{
padding-top : 50px;
    width : 900px;
text-align : center;

}
#div1
{
    padding-bottom : 40px;
    padding-top : 50px;
    width : 900px;
    text-align : center;
}
#div3
{
    clear : both;
}
#kolumnaLewa
{
    text-align : left;
    float : left;
    width : 450px;
}
#kolumnaPrawa
{
    text-align : right;
    float : right;
    width : 450px;
}
#main img
{
    border : none 0;
}
#smallInfo
{
    text-align : right;
    width : 900px;
    position : absolute;
    bottom: 0px; 
    font-size : 8px; 
    color : #333333;
}
#smallInfo .odDolna
{
    font-size : 10px;
    color : #FFFFFF;
    font-weight : bold;
    text-align : center; 
    padding-bottom : 15px;
}