hai i am satheesh i am a student,

actually i was make a one web page, here it contain one parent div, and the parent div contain three div,

how can i align center for the children div

code are follow:
Code:
<div style="width:100%; height:100%; background:#99FFCC; margin:auto;" align="center" >
	<div style="background-color:#999999;">
	  <div style="background-color:#FF0000;
...