los estilos definirlos paarte y no usar lo de style="...."
asi:
Código HTML:
<html>
<head>
<style type="text/css">
#prueba{
position: absolute;
bottom: 0%;
width: 800px;
height: ***px;
}
</style>
</head>
<body> ...
<div id="prueba"> </div>
</body>
</html>