
html {
	height: 100%;
	background: #4c4947;
	background: url(../images/podklad_kolor.jpg) repeat-x;
	
}

body {

	
	height: 100%;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #7d7266;

	background: url(../images/logo_bg.png) ;

}
.table{
	width : 758px;
	
	 background: transparent;
}
.baner{
	width : 758px;
	height : 201px;
	 background: url(../images/baner.jpg) no-repeat;
}
.content{
	width : 758px;
	
	 background: url(../images/podklad_c.jpg) repeat-y;

}
.left{
	width :170px;
		
}
.button{
width :100%;
		
		float:left;	
		text-align: left;
		padding-left:200px;
		margin-top:40px;
}

.prawy{
padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;	
		text-align: left;
		
}

a {
text-decoration:  underline;
font-weight: normal;
border: none;
	color: #7d7266;
 }
a:hover {
text-decoration:  underline; 
border: none;
	color: #000000;
 }
 
 .podpis {
color:#666666;
	font-weight: normal;
font-size: 10px;
margin: 10px;
text-align: left;
float:right;
}

a.podpis:link, a.podpis:visited{
	  text-decoration:  none; 
}

a.podpis:hover{
	 color: #000000;
	 text-decoration:  none; 
}
