@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

body {
	background-image: url(bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	
}
.logo {
	width:630px;
	height:387px;
	background-image: url(logo.png);
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
	
}
.dane{
	padding:190px 0 0 300px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#424345;
	text-shadow: 2px 2px 1px #fff;
}
a { color:#2b2e33;}
a:hover{ color:#0e4194; text-decoration:underline !important;}
.01{ font-size:12px; font-family: 'Roboto Condensed', sans-serif;}