/* 
    Document   : IdMan
    Created on : Feb 21, 2009, 1:57:26 PM
    Author     : hhg04
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table
{
  font-family: sans-serif;
  font-size: small;
}

img
{
border-style: none;
}

a
{
color: black;
}

/* mac hide \*/

html,body{height:98%;width:98%;}
/* end hide */
body {
	text-align:center;
	min-height:500px;/* for good browsers*/
	min-width:866px;/* for good browsers*/
}

#xouter{
	height:98%;
	width:98%;
	display:table;
	vertical-align:middle;
}

#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 500px;
}

#xinner {
	width: 866px;
	background:#fff;
	height: 500px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}




