*	{
margin: 0;
padding: 0;
}
html, body	{
font: normal 0.997em Arial, Helvetica, sans-serif;
direction: rtl;
}

a:link, a:visited	{
color: #000;
text-decoration: none;
}
a:hover, a:active	{
color: navy;
text-decoration: underline;
}
h1	{
position: absolute;
top: 50px;
right:50%;
width: 300px;
margin-right: -150px; 
}
#site_wrapper	{
position: relative;
top: 10px;
width: 778px;
height: 470px;
margin: 0 auto;
background: url("../images/acrylic_gallery/galeriya.jpg") no-repeat top;
}
	#main_content	{
	position: absolute;
	top: 5px;
	right: 100px;
	width: 570px;
	height: 427px;
	overflow: hidden;
	font-size: 0.8em;
	color: #fff;
	}
		#scrollable	{
		position: absolute;
		top: 0;
		right: 0;
		width: 360px;
		}
		#scrollable	p{
		position: relative;
		_top: -143px;
		margin-right: 360px;
		width: 200px;
		}
		#scrollable	a{
		color: #FF9900;
		}
		#scrollable img	{
			float: right;
			width: 65px;
			height: 65px;
			margin: 3px;
			display: inline;
			zoom: 1;
			border: none;
			opacity: 0.7;
			filter: alpha(opacity=70);
		}
		#scrollable a:hover img	{
				opacity: 1;
				filter: alpha(opacity=100);
		}
		#scroll_up	{
		position: absolute;
		top: 10px;
		left: 70px;
		width: 13px;
		height: 18px;
		background: url("../images/universal/scroll_up_white.gif");
		cursor: pointer;
		}
		#scroll_down	{
		position: absolute;
		bottom: 45px;
		left: 70px;
		width: 13px;
		height: 18px;
		background: url("../images/universal/scroll_down_white.gif");
		cursor: pointer;
		}
	#navigation	{
	position: relative;
	zoom: 1;
	}
	#navigation a	{
		position: absolute;
		top: 0;
		width: 24px;
		display: block;
	}
	#navigation a:hover	{
			opacity: 0.8;
			filter: alpha(opacity=80);
	}
		a#home_page	{
			left: 15px;
			height: 404px;
			background: url("../images/about_us/home_page.gif");
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
	#footer	{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.9em;
	width: 778px;
	}
		#contact_info	{
		font-size: 0.8em;
		}
		#contact_info a	{
		color: #0000CC;
		font-size: 1.2em;
		font-weight: bold;
		}

	#footer ul	{
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 0.8em;
		list-style: none;
	}
	#footer ul li	{
			display: inline;
	}