body
{
	background-image: url("pictures/index.jpg");
	background-color: #1B6BA1;
	font-family: Verdana;
	font-size: 14px;
	color: #505050;
	margin: 0 !important;
}

.menu{
	width: 100%;
	margin-left: 9px;

}
	
.content
{
	width: 440px;
	height: 220px;
	border-radius: 5px;
	box-shadow: rgba(21,91,138,0.3) 0px 0px 30px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-top: 10px;
	background-color: white;
	opacity: 0.98;
}

.tekst
{
	margin-top: 30px;
	line-height: 1.7;
	color: #1A70AB;
	float: right;
	line-height: 180%;
	margin-right: 10px;
}

/* Stylizacja przycisków */	
	.button {

	display: inline;
	width: 170px;
	height: 36px; /* Wysokość */
	border-radius: 2px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #0E4263; /*Kolor czcionki tekstu*/
	border: 1px solid #0E4263; /*Obramowanie przycisku */
	background-image: linear-gradient(180deg, white, #E4E9F4 100%);
	}

	.button:hover
	{
		background-image: linear-gradient(180deg, #156091, #1F86CD 50%);
		color: white;

	}

	.button:active
	{
		background-image: linear-gradient(180deg, #1F86CD, #f1fafe 100%);
	}
	




