
/* ____ standard tags ____ */


body {
	font:					normal 101% Arial,Helvetica,sans-serif;
	text-align:			center;
	color:				#00f;
	background-color:	#ddd;
	padding:				0;
	margin:				0;
	overflow:			hidden;
 }

.game {
	position:			absolute;
	left:					50%;
	bottom:				0%;
	width:				700px;
	height:				533px;
	margin-left:		-351px;
	background-color:	#85C0D3;
	text-align:			center;
	border:				1px solid #666;
	top:				5%;
 }

.note {
	font:				normal 71% Arial,Helvetica,sans-serif;
	text-align:			center;
	color:				#999;
	margin:				0 auto 0 auto;
	width:				702px;
}

.invisible {
	display:			none;
}

