@charset "utf-8";
/* CSS Document for virtuaalne ajamine */
body {
	background-color: #4f4f4f;
}

#content {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #A6B2BC;
	background-color: #CCCCCC;
	color: #333333;
	padding: 2px 20px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#game {
	margin-top:20px;
}

