@CHARSET "UTF-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub,  tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

a, ins, del {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
}

th {
    text-align: left;
}
html {
    width: 100%;
    height: 100%;
}
body { 
	text-align: center;
	font-family: 'Lato', Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #000;
    text-shadow: 0px 0px 3px rgba(255,255,255,1);
	margin: 0px;
	padding: 0px;
	background: #fff url(../image/bgAtrakcje.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

section.main {
    padding: 50px 0;
}