html, body, #main
{
   height:100%;
   width:100%;
   margin:0;
   border:0;
   padding:0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color:#F5F5DC;
   color:black;
}

body
{
   display:table;
}
p, tr, td, ul, li
{
	font-size: 12pt; 
	font-weight: bolder;
	line-height:14pt; 
	text-align:center; 
}
.Title{
	background-color:#2F4F4F;
	color:white;
	font-size: 18pt;
	font-weight: bolder;
	line-height:40pt; 
	text-align:center; 
}
body>#main
{
   display:table-cell;
   vertical-align:middle;
   z-index:5;
}

/* for IE */
* html #main
{
   position:absolute;
   height:auto;
   text-align:center;
   top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
   z-index:5;
}

body>#main1
{	
   position:absolute;
   left:0;
   top:0;
   display:table-cell;
   vertical-align:middle;
   z-index:5;
}

/* for IE */
* html #main1
{
   position:absolute;
   left:0;
   top:0;
   
   height:auto;
   text-align:center;
   top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
   z-index:5;
}

#content
{
   width:600px;
   margin:0 auto;
   text-align:center;
   border:1px solid black;
   background-color:#CCCC99;
}

#content1
{
   width:400px;
   margin:0 auto;
   text-align:center;
   border:1px solid black;
   background-color:#CCCC99;
}
