<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>NPLNova</title>
<style type="text/css">
	html, body {
  height: 100%;
 margin: 0;
  padding: 0;
}

.bg {
	height: 100vh;
	background-image: url(images/shutterstock_600030377.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	  opacity: 0.1;
	z-index: 1;
}
	.tresc {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -130px;
	margin-left: -280px; /* please change it according to the width; always  the half of width */
	height: 200px;
	width: 500px;
	padding: 30px;
	background-color: rgba(255,255,255,0.70);
	z-index: 3;
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.23);
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.23); -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;

	}
	@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.tresc .content {
	margin-top: 12px;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: rgba(0,37,97,1);
}
.tresc .logo img {
	text-align: center;
}
a:link {
	color: rgba(203,0,3,1);
	text-decoration: none;
}
a:hover {
	color: rgba(255,0,4,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
</style>
</head>

<body>
<div class="tresc">
	<div class="logo"><img src="images/logo-www.png" width="284" height="40" alt=""/></div>
	<div class="content">
	
	  <h2><strong>NPL NOVA SA</strong></h2>
	  <p>42-600 Tarnowskie Góry, ul. Czarnohucka 3
	    <br>
	    Tel:  +48 32 45 00 100 <br>
	    Fax: +48 32 45 00 199 <br>
      email:<a href="mailto:biuro@nplnova.pl"> biuro@nplnova.pl </a><br>
	serwis inwestorski:<a href="https://inwestor.pragmainkaso.pl/"> https://inwestor.pragmainkaso.pl/ </a><br>
	  </p>
	</div>
	
</div>
<div class="bg"></div>
</body>
</html>
