body{
	background:black;
}
#game {
	width: 410px;
	height: 510px;
	display: block;
	margin: 0 auto;
}

#gameField {
	width: 400px;
	height: 400px;
	float: left;
	margin-right: 20px;
	border: 4px double #9AFA00;
    background:black;
	position:relative;
}

#gameInfo {
	width: 406px;
	height: 100px;
	border: 1px #9AFA00 solid;
    -webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    background:black;
	font-family:sans-serif; 
    font-weight:bold; 
	color:#9AFA00;
	text-align:center;
}

.bodypart {
	height: 8px;
	width: 8px;
	position:absolute;
	background: #9AFA00;
	 -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}

#points {
	margin:5px;
	margin-top:15px;
	width:98%;
	float:left;
}

#rules {
	margin:5px;	
    font-size:12pt;
	color:#9AFA00;
	text-align:center;
}
#scoreLabel, #score, #speedLabel, #speed { float:left; width:25%; }

.food {
	height: 8px;
	width: 8px;
	position:absolute;
	background: red;
}

#gamemsg {
	font-size:16pt;
	visibility:hidden;
	color:#9AFA00;
	z-index:900;
}