<style type="text/css">
#testegeral {width:100%;text-align:center;height:800px;background:#FF6600;}
#teste {width:90%;margin:0auto;height:600px;background:#999999;}
#prod1,#prod2,#prod3 {width:50px;height:50px;background:#FFFF00;margin:20px;float:left;}
#prod1{width:150px;height:150px;float:left;}
#prod2 {width:150px;height:150px;float:left;}
#prod3 {width:150px;height:150px;float:left;}
</style>
<div id="testegeral">
<div id="teste">
<div id="prod1">
</div>
<div id="prod2">
</div>
<div id="prod3">
</div>
</div>
</div>Preciso centralizar o cinza em relação ao laranja e os quadrados amarelos em relação ao cinza...Alguem sabe como conseguir?
obs: as medidas devem ser em porcentagem...ferrou-se ne?
alguem sabe uma solução para isso?
desde ja mto obrigado










