div.textimage{

border: 1px solid #000;background-color: #eee
}

div.textimage img{
float:left;
margin: 10px
}

div.textimage h2, div.textimage p{
margin:0 10px;
padding: 0

border:1px solid black;
background:#ffff00;

}

div.textimage h2{
margin-top: 10px
}

#fixed {
position: fixed;
top: 0;
left: 0;
z-index: 3;
padding:10px;
width: 1000px;
}


div.clearer{clear: left}