25 lines
382 B
CSS
25 lines
382 B
CSS
|
|
#art-banner{
|
|
|
|
background-color:#aa0000;
|
|
}
|
|
|
|
|
|
#art-logo_highway{
|
|
background-image:url("../images/highway118.gif");
|
|
margin:0px;
|
|
padding:0px;
|
|
width: 330px;
|
|
height: 165px;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
position: absolute;
|
|
top:00px;
|
|
|
|
z-index: 2;
|
|
left:47%;
|
|
width:20em;
|
|
margin-left:-10em;
|
|
|
|
|
|
} |