Adjunto código gracias.
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html" /> <meta name="author" content="" /> <title>Untitled 1</title> <link href="css\base.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="header">header</div> <div id="content">wrapper</div> <div id="footer1">footer</div> </body> </html>
Código:
html { font-family: Arial, Helvetica, sans-serif; } body { background-color: #b0c4de; }