Inseriscilo in un div e questo lo posizioni con i CSS:

<html>
<head>
<style>
#contenitore {
position: absolute;
top: 90px;
right: 0px;
}
</style>
</head>
<body>
<div id="contenitore">

</diV>
</body>
</html>

Prova e fammi sapere