Vertically centering in css?

Hey all,

how would i go about vertically and horizontally centering in css…because i have the #outer tag set like the following:

#outer{
min-height:100%;
height:auto;
width:800px;
margin-left:auto; /*center it*/
margin-right:auto;/*center it*/
position:relative;
text-align:left;
}
* html #outer{
height:100%;
width:800px;/*box hack for ie5.+*/
w\idth:800px
}

any ideas??

Cheers Peeps :slight_smile: