@CHARSET "UTF-8";

div#leftpartabout
{
	position:absolute;
	top:0px;
	left:0px;
	width: 270px;
	height:385px;

	

	background-color: #a0baaf;
}


div#rightpartabout
{	
	position:absolute;
	top:0px;
	left:270px;
	width: 710px;
	height:385px;

	background-image: url("img/about.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

#aboutcompanytext
{
	font-family:tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

div#aboutcompanytext
{
	width:225px;
	padding-right:10px;
	height: 280px;
	overflow: auto;
}
