@charset "iso-8859-2";
/* CSS Document */

/*
Template Name: After Five
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: Kamil Kurek, Adam Strojek


1. Elementy stałe
    1.1 Body



/* ==========================================================================
   1. Elementy stałe
========================================================================== */
/* 1.1 Body
---------------------------------------------------------------------------*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	background-color:#fff; /* Białe tło */
	color:#808285;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:none;
	color:#808285;
}


#logo {
	width:200px;
	height:200px;
	margin-top:15%;
	background-image:url(../img/logo.png);
}

#txt_dane {
	font-size:18px;
	color:#808285;
	font-weight:300;
	margin-top:2%;
	text-decoration:none;
}
