Gracias era cosa de poner la posicion fixed en el css
Código HTML:
h1.menu{
width: 330px;
position:fixed;
right:0px;
top:0px;
font-weight:normal;
text-transform:uppercase;
font-size:34px;
color:#fff;
background:transparent url(../imagenes/bg.png) repeat top left;
padding:0px 15px 10px 15px;
}
h1.menu span{
font-size:14px;
display:block;
}
h5.descripcion{
width: 330px;
position:fixed;
right:0px;
top:100px;
font-weight:normal;
text-transform:uppercase;
font-size:12px;
color:#fff;
background:transparent url(../imagenes/bg.png) repeat top left;
padding:0px 15px 10px 15px;
}