body {
	background-color: #000000;
	background-image: url(/images/background_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.image_thumb{
	max-height:70px;
	max-width:70px;
	height:expression(document.body.clientHeight > 70 ? "70px": "auto" );
	width:expression(document.body.clientWidth > 70 ? "70px": "auto" );
}

.buton_meniu {
}

.buton_meniu_on {
}

.butonmeniu_bg_off {
	background-image: url(/images/button_off.jpg); 
	height: 32px; 
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	color: #4D4948;
	font-family: arial, tahoma;
	text-decoration: none;
	cursor: pointer;
}

.butonmeniu_bg_on {
	background-image: url(/images/button_backgound.jpg); 
	height: 32px; 
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	font-family: arial, tahoma;	
	text-decoration: none;
	cursor: pointer;

}

.main_text {
	padding-top: 10px;
	color: #70706E;
	font-size: 11px; 
	font-weight: normal; 
	font-family: arial, tahoma; 
	text-align: justify;
}
