/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background-color:#EDEFEF;
}
.tabel_body{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	border: thin solid #CCCCCC;
}
.rand_baner{
	height: 80px;
	width: 800px;
	background-color:#5C96B3;
	background-image:url(banner.png);
}

.rand_meniu{
	border: thin solid #5C96B3;
	padding:0px;
	margin:0px;
	height:41px;
}

#continut{
	width:800px;
	background-color:#FFFFFF;
}



/* CSS Document */


