Добрый день! есть такой код:  <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=cp-1251" /> <style type="text/css">   #title1, #col1 { /* 1 */   font-family: Verdana, Arial, sans-serif;   font-weight: bold   font-size: 80%;   color: white;   width: 600px;   padding: 5px;   border: 1px solid black;   margin-left: 5px;   margin-top: 2px;   float: left } #col1 { /* 2 */   font-family: "Times New Roman", Times, serif;   font-size: 100%;   font-weight: normal;   color: black }  /* Цвет фона каждого слоя */ #title1 { background: #008159 } #col1 { background: #BBE1C4 }  #tr { /* 3 */   clear: both } </style></head> <body> <div id="tr"> 			 <div id="title1">Test</div> 		</div><br/> 		<div id="tr"> 			 <div id="col1"> 			 <form id="form1" name="register" method="post" action=""> 				 <input type="text" size="25"> 			 </form> 			 </div> 		</div> </body> </html> Подскажите пожалуйста как сделать что бы "таблица" была по центру ? (не текст в таблицы). Или подскажите в какую сторону копать ?  Буду очень благодарен!