﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic&subset=latin,latin-ext);

body {
	background-color: #ffffff;
	font-family: 'Noto Serif', serif;
    height:100%;
    /* font: 12px/120% normal 'Open Sans', sans-serif;*/
    color: #000000;
    margin: 0;
	}

/* naglowek strony */
div.header {
	background-image: url("tlo.jpg");
	background-repeat: no-repeat;
	background-position: top center; /* pozycja tła */
	background-size: cover;	/* Rozciąga tło na całą szerokość elementu */
	background-attachment: fixed;
	width: auto;
	height: 100%
	overflow: auto;
	color: #fff;
	text-align: center;
}