dichiara il doctype, trasformala in jpg e setta il colore giusto. In photoshop taglia la larghezza tranquillamente ad 1px, non serve tenerla a 11px, è solo più pesante.
Prova a fare così:
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" >
<head>
<title>Prova</title>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
<style type="text/css" media="all">
body{
background:#4981a6 url(sf.jpg) repeat-x center top;
}
</style>
</head>
<body>
</body>
</html>