* {
	margin:0;
	padding:0;
}
/* mac hide \*/
html,body{
	height:100%;
	width:100%;
}
/* end hide */
body,td,th {
	font-size: 11px;
	color: #EAD9C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #E0BE89;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E0BE89;
}
a:hover {
	text-decoration: none;
	color: #D1AC54;
}
a:active {
	text-decoration: none;
	color: #E0BE89;
}
a {
	font-weight: bold;
}
body {
	text-align:center;
	min-height:595px;
	min-width:842px;
	background-color: #000000;
	margin: 0px;
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 595px;
}	
#xinner {
	width: 842px;
	height: 610px;
	background: #000 url(bg.png) no-repeat;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}