@charset "utf-8";
/* CSS Document */

body { 
	text-align:center;
	min-height:480px;/* for good browsers*/
	min-width:640px;/* for good browsers*/
	background-color:#ffffff;
	color:#000000;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:0.8em;
}

a {
	color: #000000;
	text-decoration: none;
}
 
a:visited {
	color: #000000;
}
 
a:hover {
	color:#00CC00;
}

#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	margin:auto;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 480px;
}	
#xinner {
	width: 640px;
	background:#ffffff;
	height: 480px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}