body
{
	 background-image: url(../../photos/tlo2.jpg);
	 background-size: cover;
	 background-repeat: no-repeat;
	background-attachment: fixed;
	 
}
#logo
{
	height: 100px;
	width: 450px;
	font-size: 100px;
	margin-top: 10px;
	margin-left: 20px;
	font-family: Impact;
}

#container 
{
	height: 500px;
	margin-left: 20px;
	margin-top: 70px;
}


#footer
{
	height: 30px;
	text-align:center;
	font-family: Times New Roma;
	color:red;
	
}

#paper
{
	width: 1000px;
	height: 650px;
	float: left;
	margin-top: 80px;
	margin-left: 450px;
	
	
}

.text
{
	margin: 10px;
	text-align: justify;
	font-family:Times New Roma;
	font-size: 20px;
	color: white;
}
 
.uwaga 
{
	color: red;
	font-family: Impact;
	font-size: 25px;
}
 
a
{
	
	text-decoration: none;
	color: black;
}