html, body {
	
	padding: 0;
	text-align: center;
	background: url(img/bg.jpg);
	
	background-size: cover; 
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 1200px;
	height: auto;
	color: white;
}

@font-face {
font-family:"FoughtKnight Regular";
src:url("fonts/foughtknight.eot?") format("eot"),
url("fonts/foughtknight.woff") format("woff"),
url("fonts/foughtknight.ttf") format("truetype"),
url("fonts/foughtknight.svg#FoughtKnight") format("svg");
font-weight:normal;
font-style:normal;
}
	
#top {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#top2 {
	width: 1200px;
	height: 50px;
	
	}
	
#main{
	height: 670px;
	margin-bottom: 5px;
	
	
	}

#main-cennik{
	height: 1150px;
	margin-bottom: 5px;
	
	
	}

#left-pomiary {
	width: 190px;
	float: left;
	overflow: hidden;
	text-align: left;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;	
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 20px;
	padding: 10px 3px 10px 3px;
	margin-right: 10px;
	
	}

#td-right {
	text-align: right;
	}

table{
width: 100%;
}	
#mid {
	width: 650px;
	height: 660px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 20px;
	float: left;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	font-family: sans-serif;
	margin-right: 10px;
	padding: 5px;
    
}

#mid-pomiary {
	width: 450px;
	height: 600px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 20px;
	float: left;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	font-family: sans-serif;
	text-align: left;
	margin-right: 10px;
	padding: 5px;
    
}

#mid-cennik {
	width: 640px;
	height: auto;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 20px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	font-family: sans-serif;
	text-align: left;
	margin-right: 10px;
	padding: 5px;
    
}
#lista1 {
	font-size: 18px;
	font-weight: 600;
	font-family: sans-serif;
	}
	
#lista {
	font-size: 16px;
	font-family: sans-serif;
	text-align: left;
	padding-left: 20px;
	line-height: 30px;
	
	}
	
#menu {
	float: left;
	overflow: hidden;
	font-size: 32px;
	font-family: "FoughtKnight Regular", sans-serif;
	letter-spacing: 2px;
	margin-bottom: 5px;
	height: 660px;
	
}



	
#right {
	width: 305px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 20px;
	float: ;
	overflow: hidden;
	text-align: center;
	transition-duration: 500ms;
	margin-bottom: 15px;
	padding: 0px 3px 0px 3px;
}
#help {
	background-color: white;
	width: 305px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	padding: 0px 3px 0px 3px;
	font-family: sans-serif;
	font-size: 16px;
	color: blue;
	
	}

#right:hover{
	background-color: #8CBFF2;
	color: red;
	}
a {
color: white;
text-decoration: none;
transition-duration: 500ms;
}
a:hover {
color: red;
}

#end{
width: 100%;
height: auto;
text-align: center;

}