html,body, div{height:100%;}

body {
	text-align:center;
	background-color:#333333;
	padding: 0px;
	margin: 0px;
	}
	
#srodek {
	width:200px;
	margin:0px auto;
	text-align:center;
	padding:1px;
	background-color:#444444;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FECD06;
}
a:active {
	text-decoration: none;
	color: #FECD06;
}