div.fixed {
display:none;
}
div.float {
float:left;
margin-left:40px;
}
div.float img {
vertical-align: bottom;
}
