così io lo vedo bene
<html>
<head>
<link id="stylesheet" rel="stylesheet" type="text/css" href="prova.css" />
</head>
<body>
<div id="content">
<div id="foto">
foto
</div>
<div id="testo">
qua ci scrivo le cose
</div>
</div>
</body></html>
#content
{
background-color:#ffffff;
text-align: center;
padding: 0.1em;
width: 718px;
border: Solid 1px #000000;
height:500px;
}
#foto {
width : 180px;
float:left;
border: Solid 1px #000000;
}
#testo {
width : 500px;
float: right;
border: Solid 1px #000000;
}
ciao
sergio