body {
font-family: Georgia;
font-size: 12px;
color: #ffffff;
background: url('vertical.png') repeat-x #999999;
}

a, a:visited {
color: #000000; 
text-decoration: none;
} 

a:hover {
text-decoration: underline;
}


.butonas {

	width: 110px;
	height: 34px;
	float: left;
	margin-right: 10px;
	line-height: 34px;
	color: #1F4D7A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-align:center;
}

.butonas a{
	background: url('butonas.jpg') no-repeat left;
	display:block;
	text-decoration:none;
	color:#ffffff;
}

.butonas a:hover{
	background: url('hover.jpg') no-repeat left;
}



.wszystko {
width: 700px;
}

.top {
width: 700px;
text-align: center;
background: #333333;
padding: 4px;
border: 1px solid #000000;
}

.content {
width: 480px;
text-align: left;
background: #333333;
padding: 4px;
border: 1px solid #000000;
}

.stopka {
width: 700px;
text-align: left;
background: #333333;
padding: 4px;
border: 1px solid #000000;
}

.menu {
text-align: left;
background: #333333;
padding: 4px;
border: 1px solid #000000;
}

.menu li{
list-style-type: none;
}