BODY {
 margin: 0;
 padding: 0;
 text-align: center;
}

#logo {
 display: block;
 border: 0;
 margin: auto;
 margin-top: 30px;
 width: 250px;
 height: 147px;
}

#info {
 margin-top: 80px;
 font-family: Arial, sans-serif;
 font-size: 10pt;
 color: black;
 text-align: center;
 line-height: 200%;
}

#serwery {
 display: none;
 margin: auto;
 margin-top: 70px;
 font-family: Arial, sans-serif;
 font-size: 11pt;
 font-weight: bold;
 color: #222222;
 text-align: center;
}

#serwery a {
	color: #333333;
	text-decoration: underline;
}

#serwery a:hover {
	color: #333333;
	text-decoration: none;
}


