body {
	margin: 0px auto;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #6A6A6A;
	text-decoration: none;
}

#top {
	height: 90px;
	margin: 0px;
	padding: 0px;
	background-color: black;

}


#main {
	width: 950px;
	background: white;
	margin: 0pt auto;
}


#kategoria {
	width: 750px;
	float: left;
}

#opis {
	width: 750px;
}

#opis h1 {
	font-size: 16px;
	color: silver;
}

#menu {
	width: 200px;
	float: left;
}

#footer {
	text-align: center;
	font-size: 10px;
}

#footer a{
	font-size: 10px;
	font-weight: normal;
	color: silver;	
}

.clear {
	clear: both;
}
