@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	background:#F8F8F8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:600;
}
a,a:visited{
	text-decoration:none;
	color:#9C6;
	padding-left:40px;
}
a:hover {
	text-decoration:underline;
	color:#09c;
}

/* -- structure --*/
#wrapGame {
	left: 50%;
	right: 50%;
	width:640px;
	height:480px;
}