@charset "iso-8859-2";
/* CSS Document */
     
	#content {
	background:url(../img/fondall.gif) no-repeat !important;
	background:url(../img/fondall.gif) no-repeat fixed;
  }      
#menu {
	float:left;
	 width:252px;
	 padding:0;
	 }
#pres {
	height:81px;
	width:252px;
	background: url(../img/nav/presentation.png) no-repeat 0 0 ;
	}
#pres a {
	display:block;
	width:252px;
	height:81px;
	}
#pres a:hover {
	background: url(../img/nav/presentation.png) no-repeat 0 -81px ;
	}
#doc {
	height:84px;
	width:252px;
	background: url(../img/nav/doc.png) no-repeat 0 0 ;
	}
#doc a {
	display:block;
	width:252px;
	height:84px;
	}
#doc a:hover {
	background: url(../img/nav/doc.png) no-repeat 0 -84px ;
	}
#screen {
	height:82px;
	width:252px;
	background: url(../img/nav/screen.png) no-repeat 0 0 ;
	}
#screen a {
	display:block;
	width:252px;
	height:82px;
	}
#screen a:hover {
	background: url(../img/nav/screen.png) no-repeat 0 -82px ;
	}
#dl {
	height:91px;
	width:252px;
	background: url(../img/nav/telech.png) no-repeat 0 0 ;
	}
#dl a {
	display:block;
	width:252px;
	height:91px;
	}
#dl a:hover {
	background: url(../img/nav/telech.png) no-repeat 0 -91px ;
	}

#serv {
	height:84px;
	width:252px;
	background: url(../img/nav/services.png) no-repeat 0 0 ;
	}
#serv a {
	display:block;
	width:252px;
	height:84px;
	}
#serv a:hover {
	background: url(../img/nav/services.png) no-repeat 0 -84px ;
	}
