<table class="wdt black">
<tbody>
<tr>
<td class="yellow" align="left" style="vertical-align: top; padding-bottom: 0px">
<?echo "<img src='images/ben.png'> ";?>
<span id="FUELCNT"><? echo "" .$user['benzines']."" ;?></span>
</td>
<td class="orange" align="left" style="vertical-align: top; padding-bottom: 0px">
<?echo "<img src='images/power-ico.png'> ".$speed." км/ч";
?> </td>
<td class="white" style="vertical-align: top; padding-bottom: 0px">
<?echo "".$user['racing_rac']."";?>
</td>
<td class="white" align="right" style="vertical-align: top; padding-bottom: 0px">
<?if ($user['avto']==100){
echo ' Ур.0';
}
else
{
echo ' Ур.';
if($user['money']>50000)
{
echo '2';
}
else
{
echo "".$user['levels']."";
}
}
?>
<td class="white" align="right" style="vertical-align: top; padding-bottom: 0px">
<img src="images/money.png">
<?
echo "".$user['money']."";?>
</td>
</tr>
<tr>
<td align="left" class="white" style="vertical-align: top; padding: 0px; height: 3px" colspan="5" height="3px">
<img src="img/exp-line.png" width="0%" height="3px" style="height: 3px;">
</td>
</tr>
</tbody>
</table>
<table class="wdt black" style="border-bottom: 1px solid #767676;">
<tbody>
<tr>
<td class="white" align="left" style="padding-top: 0px;">
<a class="white" href="/knov/index.php">Гараж</a>
</td>
<td class="white" align="center" style="padding-top: 0px;">
<a class="white" href="gonki.php">Гонки</a> </td>
<td class="gray" align="right" style="padding-top: 0px;">
<a class="white" href="gorod.php">Город</a> </td>
</tr>
</tbody>
</table>