* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
	}
body {
	background-color: #EEE;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	font-style: normal;
	}
header, footer, nav, article, section, aside {
	display: block;
	}
article {
	width: 700px;
	margin: 0px auto;
	}
header, .intro, .game {
	float: left;
	margin: 0px;
	width: 100%;
	}
.intro {
	float: left;
	clear: both;
	}
#map {
	position: relative;
	float: left;
	clear: both;
	border: 1px solid #888;
	background-color: #CCC;
	background-image: url("images/grid100x100d10.gif");
	background-repeat: repeat;
	z-index: 1;
	}
#cat{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	z-index: 2;
	}
#smap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	}
#map, #smap, #cat{
	width: 400px;
	height: 400px;
	}
#partlabel {
	position: absolute;
	background-color: #FFF;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 5px 8px;
	z-index: 5;
	display: none;
	}

	
#testvak {
	float: left;
	clear: both;
	margin: 10px 0px;
	padding : 10px;
	background-color: #FFF;
	border: 1px solid #888;
	font-size: 1.3em;
	font-family: monospace;
	}
	
h1 {
	margin: 20px 0px;
	font-size: 2.2em;
	color: #008;
	}
p {
	font-size: 1.3em;
	margin: 3px 0px 12px 0px;
	}
button {
	float: left;
	clear: both;
	padding: 2px 5px;
	margin: 10px 0px;
	font-size: 1.3em;
	background-color: #FFE000;
	border: 1px solid #E0C000;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #AAA;
	cursor: pointer;
	}