@CHARSET "UTF-8";

#start-towtruck {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:150px;
background:#999;
cursor:pointer;
}

#start-towtruck:hover {
background:#CCC;
}

/* IE 6 */
* html #start-towtruck {
position:absolute;
top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}