@charset "utf-8";
/* CSS Document */

body  {
       	position:relative;
        margin:0;
		text-align:center;
		background-color:#1F1F1F;
	      }

img{border:0px;}


#page{
		position: relative;
		top: 0px;
		width: 770px;
		height: 750px;
		margin: 0 auto;
		text-align: justify;
		background-color:#2b2b2b;
}

#logo{
		position: absolute;
		width:770px;
		height: 125px;
		background-image:url(img/logo.jpg);
		}

#menu{	
		position:absolute;
		top:125px;
		width:770px;
		height:45px;
		}

#down{
		position:absolute;
		top:810px;
		width:770px;
		height:115px;
		background-color:#0e0e0e;
		}
		
#down_2{
		position:absolute;
		top:635px;
		width:770px;
		height:125px;
		background-color:#0e0e0e;
		}

#bottom{
		position:absolute;
		top: 130px;
		width:770px;
		height:20px;
		background-color:#1F1F1F;
		}
		
#copyright{
		position:absolute;
		bottom:19px;
		width:770px;
		text-align:center;
		font-family:Verdana;
		font-size:10px;
		color:#585858;
		}
#copyright a{
		font-size:10px;
		color:#585858;
		text-decoration:none;
		}
		
#copyright a:hover{
		color:#CCCCCC;
		}

#main{
		position:absolute;
		top:170px;
		width:770px;
		height:590px;
		background-color:#2B2B2B;
		}
		
#main_2{
		position:absolute;
		top:125px;
		width:770px;
		height:510px;
		background-color:#2B2B2B;
		}
		
#content_ostatni{
		position:absolute;
		top:65px;
		left:72px;
		width:623px;
		height:370px;
		background-color:#0E0E0E;
		overflow: auto;
		font-family:Verdana;
		font-size:12px;
		color:#999999;
		}
		
#home{
		position:absolute;
		left:280px;
		}
		
#logo a{
	display:block;
}

#logo ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
	
li#logo_odkaz{
        background-image:url('img/menu/home.jpg');
        float:left;
		}

.rozmer_logo{
		width:200px;
		height:120px;
		
		}
    

