

div.bgvlak
{
  z-index: 1;
  position:absolute;
	top: 40%;
	left: 50%;
	width:610px;
	height:398px;
	margin-top: -199px; /*set to a negative number 1/2 of your height*/
	margin-left: -305px; /*set to a negative number 1/2 of your width*/


}

div.tekst
{
  z-index: 20;
  font-family: Arial;
  font-size: 14px;
  color: #000;
  position:absolute;
  top: 40%;
  left: 50%;
  width:490px;
  height:70px;
  margin-top: 20px; /*set to a negative number 1/2 of your height*/
  margin-left: -246px; /*set to a negative number 1/2 of your width*/

}

a:link{color:#000; text-decoration: none;}
a:visited{color:#000; text-decoration: none;}
a:hover {color:#000; text-decoration: underline;}
a:active{color:#000;text-decoration: none;}

h1{
  font-size: 20px;
}
