body
{
	background-color: #000;	
	color: #fff;
}


#folder_owijacz a
{
	background: #555 url('folder.png') bottom center no-repeat;
	width: 200;
	height: 200;
	margin: 10;
	float: left;
	color: #fff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;  
	font-size: 15px;
	white-space: wrap;
}

#folder_owijacz a:hover
{
	background: #777 url('folder.png') bottom center no-repeat;
}