Hat jemand zufällig ein paar schöne Codeschnippsel und Icons wie Facebook und Steam am Linken bildschirmrand zu positionieren?

Wieso so viel Code und umständlich
<!--Sidepanel Styles-->
<style>
div#sidepanelLeft {position:fixed; left:0px; top:250px}
div#sidepanelLeft div#sidepanelInner {position:fixed; width:196px}
a.sidepanel {display:block; margin-left:-156px; width:48px; height:48px; margin-bottom:15px}
a.sidepanel:hover {margin-left:0px}
a.sidepanel img {width:190px; height:48px}
</style>
<!--Sidepanel Styles-->
<!--Sidepanel-->
<div id="sidepanelLeft">
<div id="sidepanelInner">
<a class="sidepanel" href="https//www.LINK ZU DER SEITE">
<img src="http://URL VOM BILD" border="0" alt=""/>
</a>
</div>
</div>
<!--Sidepanel Styles-->