/* GLOBAL SETTINGS */

* { 
    font-family: Verdana, sans-serif;
	padding: 0; 
	margin: 0;
	border: 0;
}

/* mac hide \*/
html,body  { height:100%; width:100%; }
/* end hide */

body { 
	text-align: center;
	min-height: 682px; /* for good browsers */
	min-width: 842px; /* for good browsers */
	background: #FFF;
}
a { text-decoration: none; }


/* positioning flash element */
object {
	position: absolute;
	display: block;
	left: 0;
	z-index: 200;
	min-width: 842px; /* for good browsers */
	min-height: 680px; /* for good browsers */
	outline: none;
}


/* positioning (center) elements */
#xouter{
	height: 100%;
	width: 100%; 
	display: table;
	vertical-align: middle;
}
#xcontainer {
	text-align: center; 
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 682px;
}	
#xinner {
	width: 842px;
	height: 682px;
	text-align: left /*center*/;
	margin-left: auto;
	margin-right: auto;
}
#content { position: relative; width: 842px; height: 680px; text-align: left; border-top: 1px solid #000; border-bottom: 1px solid #000; background: transparent; }
