html,body{height:100%;width:99%; margin-top: 0px; margin: 0; padding: 0;}

body { 
	text-align:center;
	min-height:510px;
	min-width:100%;
	font-family: monospace;
	font-size: 11px;
	color: #666;
	/*background-color: #ded;*/
	background-image: url(../g_pattern.gif);
}

	
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 510px;
}	
#xinner
{
	width: 798px;
	height: 510px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-width: 2px 2px 12px 2px;
	border-color: #666;
	border-style: solid;
	background-color: #fff;
}



#main
{
	padding: 10px;
	height: 386px;
	overflow: auto;
}

h1, h2, h3, h4
{
	color: #666;
	margin-top: 0px;
}

a
{
	color: #000;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 15px;
}


h2
{
	font-size: 13px;
}

h3
{
	font-size: 11px;
}

ul
{
	padding-left: 10px;
}

li
{
	margin-bottom: 10px;
}