* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
background-color: White;
background-image: url(body_back.gif);
	background-repeat: repeat-x;
text-align:center;
min-height:74px;/* for good browsers*/
min-width:231px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 74px;
} 
#inner {
width: 231px;
height: 74px;
text-align: center;
margin-left:auto;
margin-right:auto;
}