1
2
3
4
5
6
7
8
9
10
11
12
13
/* LOGO */
#dynamic_logo{
position:absolute;
margin:3px 0 0 5px;
width:168px;
height:162px;
background: transparent;
}

#dynamic_logo img{
height:0px;
width:0px;
}