@CHARSET "UTF-8";
/*********************** HEADER **************************/
/* #D9D9D1 = grey */
#header {
	
	position: relative;
    /*height: 200px;*/
    
    height: 175px;
    background-color: black; 
    background-image: url(../Images/he9.jpg); /* header3.png e OK, culoarea e #080c36 se modifica headerul !!!*/
    
    background-position: center no-repeat;
    font-style: none;   	
}
.image_deltap_header { 
	position: relative;
	width: 960px;
    background-position: center no-repeat;
    height: 136px;  /* reglare pozitie meniu - mai sus/jos*/
}
/********************* LOGO *****************************/
#logo {
	position: absolute;
    height: 100px;
    top: 3px;
    left: 3px;
}
#logo a {
	text-decoration: none;
}