Esto es lo que tengo de codigo se poner la imagen de fondo que no se repita y que lo demas sea negro, mi duda es si hay alguna manera de poder extender la imagen para el fonfo creia que sera poniendo " position: absolute" pero no lo consegui, si me ayudais doy mil gracias XD
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>INICIO</title>
<style type="text/css"><!-- body{background-image:url(INICIO.jpg);background-repeat:no-repeat;background-color:black}; -->
</style>
</head>
<body>
<center>
</center>
;background-position:absolute;
visibility:visible; top:-50px; width: 50px; heigt:50px;
</body>
</html>
______________