/* CSS Document */

a{
text-decoration:none;
color:#f80;
}

p {
margin:4px;
}

p a{
border-bottom:solid 1px #f80;
}
#one {
background-image: url(banner002-1.jpg);
width: 852px;
height: 165px;
z-index:1;
border:solid 0px;
}

#wrapper{
width:852px;
z-index:1;
position:absolute;
}

#three {
margin-left: 20px;
width: 150px;
float:left;

}

#four {
background-color: #ccc;
display:none;
width:100px;
}

#three:hover #four{
display:block;
}

#fin{
background-color:orange;
height: 1.4em;
width:850px;
border: solid orange 1px;
}

#text {
width: 850px;
height:100px;
border:solid 1px;
overflow:auto;
}