html,body {
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #6A360F;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #ECA675;
}

div.main
{
	width: 1004px;
	margin: 0px auto;
	text-align: center;
	background-color: transparent;
}
div.naglowek{
	margin: 0px 0px 0px 15px;
	background-image: url(img/a_1_1.jpg);
	width: 1004px;
	height: 124px;
	background-repeat: no-repeat;
}
div.kontener {
	position: relative;
	margin: 80px 0px 0px -10px;
	width: 1004px;
	height: 299px;
	background-repeat: no-repeat;
	background-image: url(img/a_1_2.jpg);
}
div.tresc {
	position: absolute; top: 50%; left: 50%;
	width: 540px;  
	text-align: center;
	font-size: 14px;
	margin-top: -180px; margin-left: -180px;
}

h2 {font-size:20px;}

img {
	
	border: 1px solid #6A360F;
	
}

a:link {
	color: #6A360F;
}
a:visited {
color: #6A360F;
}
a:hover {
color: #CC6600;
}
a:active {
color: #6A360F;
}
