body {
	margin: 0px;
	padding: 0px;
}
.leftside {
	background-image: url(img/left_side.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px;
	width: 20px;
}
.rigthside {
	background-image: url(img/right_side.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
	width: 20px;
}
.hedder {
	padding: 0px;
	width: 700px;
}
.futter {
	width: 700px;
}
.bottom {
	background-image: url(img/bottom.gif);
	background-repeat: repeat;
	background-position: top;
	padding: 0px;
	height: 20px;
	width: 700px;
}
.menubace {
	background-image: url(/img/left_side.gif);
	width: 210px;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}
