Ok, so now I have my boxes all sorted, I would like to try and align an image and some text next to a picture. I would like the text to go at the top and the email logo to go at the bottom.\[code\]#nav1 { width: 1000px; height: 100px; background-color: #F90;}#pic { width: 200px; height: 67px; margin-top: 15px; float: right; margin-right: 15px;}<div id="container"> <div id="nav1"> <div id="pic"> <img src="http://stackoverflow.com/questions/12819122/email.png" /> <img src="http://stackoverflow.com/questions/12819122/photo.jpg" align="right" /> </div> </div></div>\[/code\]