Estos son los datos
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
<p class="centrado">ROBER DE GARNER WEB</p>
</body>
</html>
y me sale el color solamente, hay una foto que no aparece,datos del css
body {background-color: #000000 ; background-image: url(objetos/19701.jpg) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
.centrado {text-align:center}