Entre otras cosas porque tenes casi 60 errores de html, estás usando mal las tablas y algún que otro detallecito.
trabajá sobre este esquema
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
/*<![CDATA[*/
html, body {
margin: 0;
padding: 0;
border: none;
height: 100%;
background-color: #8000FF;
}
div#fija{
position: fixed;
top: 0;
left:0;
height: 60px;
width: 100%;
background-color: #151515;
}
div#contenido{
width: 100%;
height: 100%;
background-color: #8000FF;
}
/*]]>*/
Saludos