BODY{
	background-color: #CECE9C;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
	background-image: url(http://annajaneva.com/files/images/backgr.jpg);
	background-repeat: repeat-x;
}
#galleries{
	width: 870px;
	MARGIN: 0 AUTO 0 AUTO;
	clear: both;
}

.galleryCategory{
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #eee;
}
.galleryItem{
	width: 300px;
	height: auto;
	float: left;
	text-align: center;
	border: 1px solid #eee;
}

a, a:hover, a:visited{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
}