body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #666;
	margin: 0px;
}
.circle {
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.circle-top {
	background-image: url(images/circle-top.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.top-menu-left {
	background-image: url(images/top-button-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	width: 49px;
}
.top-menu {
	background-image: url(images/top-button-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.buttons-right {
	background-image: url(images/button-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 48px;
	width: 33px;
}
.buttons-left {
	background-image: url(images/button-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 48px;
	width: 33px;
}
.buttons {
	background-image: url(images/button-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: tahoma;
	font-size: 12px;
	color: #030;
	text-decoration: none;
}
.center {
	font-family: tahoma;
	font-size: 12px;
	color: #690;
	text-decoration: none;
	background-color: #ebf3c2;
}
.cercil2 {
	background-image: url(images/circle2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.top-menu-right {
	background-image: url(images/top-button-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 34px;
	width: 49px;
}
.footer {
	font-family: tahoma;
	font-size: 11px;
	color: #030;
	text-decoration: none;
}
