Al parecer lo he solucionado, no de la manera en que deberia de haberlo hecho pero se me ocurrio.
Tuve que utilizar un antiguo programa de creacion de paginas para darle todas las propiedas a esos elementos luego guarde el archivo y lo volvi a abrir pero ahora con el Dreamweaver y a quedo como deseaba. El codigo a cambiado muchisimo a como lo tenia antes, me gustaria que el que quisiera (ya que resolvi mi problema)pudiera verlo e intentar decirme cual fue el error.
De todas formas gracias a todos por su ayuda y "WillXD" investigare lo que sugieres para darme una idea de igual forma.
Gracias a todos.
Código HTML:
<style type="text/css">
<!--
BODY {
font-family:"Arial";
font-size:10;
margin:0px;
padding:0px;
text-align:center;
min-width:994px;
background-color: #000;
}
P {
font-family:"Arial";
font-size:10;
}
FORM {
margin:0;
padding:0;
}
#Contenedor {
text-align:left;
width:994px;
margin-left:auto;
margin-right:auto;
}
body,td,th {
font-size: 10px;
color: #CCC;
}
#apDiv1 {
position:absolute;
width:516px;
height:515px;
z-index:1;
left: 233px;
top: 422px;
}
-->
</style>
</head>
<body>
<div id="Contenedor">
<div id="root" style="position:absolute;width:994px;height:1520px;">
<div id="Template" style="position:absolute;left:14;top:0;width:980;height:1500;"><img src="Imagenes/Template.jpg" width="980" height="1500" alt=""></div>
<div id="BoxRightBottom" style="position:absolute; left:46px; top:572px; width:160; height:195;"><img src="Imagenes/Box_right.gif" width="162" height="193" alt=""></div>
<div id="BoxLeftBottom" style="position:absolute; left:778px; top:577px; width:160; height:195;"><img src="Imagenes/Box_Left.gif" width="160" height="195" alt=""></div>
<div id="BoxRightTop" style="position:absolute; left:45px; top:365px; width:160; height:195;"><img src="Imagenes/Box_right.gif" width="162" height="193" alt=""></div>
<div id="BoxLeftTop" style="position:absolute; left:777px; top:366px; width:160; height:195;"><img src="Imagenes/Box_Left.gif" width="160" height="195" alt=""></div>
<div id="apDiv1">gggggggggggggggggggggggggggggggggggggggggggggg</div>
</div>
</div>
</body>
</html>