body{
	background-image: url("img/tlo.jpg");
	margin:0px;

}
			.logo {
			width:50%;
			height: 200px;
			margin-left:10%;
			float:left;
			text-align:center;
			position: relative;
			top: 90px;
			font-size: 75px;
			color: white;
			text-shadow: 2px 2px black;
			cursor:default;
			}
			.logo1 {
			width:30;
			height:350px;
			margin-left:60%;
			background-image: url("img/astronauta.png");
			background-repeat:no-repeat;
			padding:10%;
			}
			.strzal {
			width:100%;
			height:400px;
			}
			.menu{
			width: 17.5%;
			float:left;
			color: white;
			text-shadow: 1px 1px black;
			font-size: 30px;
			text-align: center;
			}
			.tekst{
			width: 82.5%;
			height: 100%;
			float:left;
			}
			.tekst1{
			padding:50px;
			font-size: 25px;
			}
			.stopka {
			width: 100%;
			height: 40px;
			float:left;
			}
			.punkt {
			width: 100%;
			height: 100%;
			}
			.punkt1 {
			width: 100%;
			height: 100%;
			}
			.punkt:hover{
			text-decoration:none;
			cursor:pointer;
			font-size:30.5px;
			}
			.punkt1:hover{
			text-decoration:none;
			cursor:pointer;
			font-size:30.5px;
			}
			a{
			text-decoration:none;
			color:white;
			}
			ol{
			list-style:none;
			}