*	{
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/net_print_studio/StudioPage.jpg") no-repeat top;
}
	#main_content	{
	position: absolute;
	top: 300px;
	right: 20px;
	width: 570px;
	height: 120px;
	overflow: hidden;
	font-size: 0.8em;
	}
		#scrollable	{
		position: absolute;
		top: 0;
		right: 0;
		}
		#scrollable	a{
		color: #3333CC;
		}
		#scroll_up	{
		position: absolute;
		top: 300px;
		left: 170px;
		width: 13px;
		height: 16px;
		background: url("../images/universal/scroll_up_black.gif");
		cursor: pointer;
		}
		#scroll_down	{
		position: absolute;
		bottom: 45px;
		left: 170px;
		width: 13px;
		height: 16px;
		background: url("../images/universal/scroll_down_black.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;
	}