@charset "UTF-8";
/* CSS Document */

#container #column_left #logo{
	background:url(../images/home/logo.png) top left no-repeat;
}

#container #column_left #menu ul li #pls_about{ background:url(../images/home/about_up.png) top left no-repeat;}
#container #column_left #menu ul li #pls_projects{ background:url(../images/home/projects_up.png) top left no-repeat;}
#container #column_left #menu ul li #pls_news{ background:url(../images/home/news_up.png) top left no-repeat;}
#container #column_left #menu ul li #pls_press{ background:url(../images/home/press_up.png) top left no-repeat;}
#container #column_left #menu ul li #pls_contact{ background:url(../images/home/contact_up.png) top left no-repeat;}

#container #column_left #menu ul li #pls_about:hover{ background:url(../images/home/about_over.png) top left no-repeat;}
#container #column_left #menu ul li #pls_projects:hover{ background:url(../images/home/projects_over.png) top left no-repeat;}
#container #column_left #menu ul li #pls_news:hover{ background:url(../images/home/news_over.png) top left no-repeat;}
#container #column_left #menu ul li #pls_press:hover{ background:url(../images/home/press_over.png) top left no-repeat;}
#container #column_left #menu ul li #pls_contact:hover{ background:url(../images/home/contact_over.png) top left no-repeat;}

#container #column_right{

	height:478px;
}


#container #column_left #home_text{
	
	position:absolute;
	width:170px;
	top:179px;
	left:5px;
	
}