

canvas {
	background-color: #666666;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

body{
	margin: 0px;
	padding: 0px;
}

div#main{
	overflow: auto;
	height: 420px;
	width: 660px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -330px;
}

#game {
	position: relative;
	
}

#gameUI {
	position: absolute;
	width: 642px;
	height: 402px;
}

#gameOption, #gameOptionClose {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
	text-align: right;
	font-size: 10px;
}

#gameOptionClose {
	display: none;
	z-index: 1;
}

#gameOptionMain {
	position: absolute;
	text-align: left;
	display: none;
	background-color: rgba(255, 255, 255, 0.95);
	width: 642px;
	height: 402px;
}

.gameOptionTitle {
	font-size: 125%;
	padding-top: 40px;
	padding-bottom: 20px;
}

#gameOptionMessage {
	color: rgba(255, 0, 0, 1.0);
	font-size: 125%;
	padding-top: 25px;
}
