/* CSS Document */

@charset "utf-8";
/* CSS Document */


/* ===================  */

* { padding: 0; margin: 0; }
html {height: 100%;}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(templatemo_carousel_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
 }


body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	overflow-y: scroll;
	color: #ccc;
}



*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

#kontener {
	position:absolute;
	height:370px;
	width:100%;
	margin:-185px 0px 0px 0px;
	top: 50%;
	text-align: center;
	padding: 0px;
	border: 0px dotted #000000;
	overflow: visible;
}
#strona {
	position:absolute;
	height:270px;
	width:800px;
	margin:0px 0px 0px -400px;
	left: 50%;
}
#tekst {
	position: relative;
	margin:0px;
	text-align: right;
	padding: 200px 0px 0px 0px;
	overflow: auto;
}
p, h1, h3{
margin: 0px;
padding: 5px 2px;
}
h1 {
	font-size: 24px;
	text-align: right;
	color: #564b47;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}