/* @group Layout */
body { margin: 0px; padding: 0px; color: #000; font: 12px/20px Arial, Helvetica, sans-serif; background:#000;}
	/* center the content */
		#wrapper { width: 100%; height: 100%; display: table; }
		#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }
	/* center the content */
	
	#main-body {margin: 0 auto 0 auto; width: 760px; height: 420px; text-align: left;}
	a{display:block; width:760px; height:420px;}
/* @end Layout */

/* @group Navigation */

/* @end Navigation */