/* ----------------------------------------
	Podstawowe style
---------------------------------------- */

html {
	width: 100%;
	height: 100%;
	overflow:hidden;
	}
	
body {
	margin: 	0;
	padding:	0;
	width: 100%;
	height: 100%;
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color:#544C3F;
	
	background: url("../img/backgrounds/morskieoko.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
@font-face {
	font-family: 'PTSans-Narrow';
	src: url('../font/PTSans-Narrow/PTSans-Narrow.eot?') format('eot'), 
	url('../font/PTSans-Narrow/PTSans-Narrow.woff') format('woff'), 
	url('../font/PTSans-Narrow/PTSans-Narrow.otf')  format('opentype'),
	url('../font/PTSans-Narrow/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
	}
	
@font-face {
	font-family: 'AlexBrush-Regular';
	src: url('../font/AlexBrush-Regular/AlexBrush-Regular.eot?') format('eot'), 
	url('../font/AlexBrush-Regular/AlexBrush-Regular.woff') format('woff'), 
	url('../font/AlexBrush-Regular/AlexBrush-Regular.otf')  format('opentype'),
	url('../font/AlexBrush-Regular/AlexBrush-Regular.svg#AlexBrush-Regular') format('svg');
	}
	
a img {
	border: none;
	}

#background-main, #background-onas, #background-oferta, #background-galeria, #background-rezerwacja, #background-lokalizacja {
	width: 100%;
	height: 100%;
	z-index: -3;
	position: absolute;
	left: 0;
	top: 0;
}
#background-main{
	background: url("../img/backgrounds/morskieoko.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -3;
	}
#background-onas{
	background: url("../img/backgrounds/bansy.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#background-oferta{
	background: url("../img/backgrounds/pokoj.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#background-galeria{
	background: url("../img/backgrounds/butelki.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#background-rezerwacja{
	background: url("../img/backgrounds/hala.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#background-lokalizacja{
	background: url("../img/backgrounds/tatry.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}