body{
	margin:auto;
	background-color:#8b8b8b;
	width:800px;	
}

/* ISOMMAT */

#kaikki{
	float:left;
	width:100%;
}
#peli{
	float:left;
	width:100%;
	height:500px;
}
#lapinakyva{
	float:left;
	width:740px;
	height:500px;
	z-index:10000;
	position:absolute;
	left:auto;
	right:auto;
	padding-left:60px;
}
#tilastot{
	float:left;
	width:100%;
	padding-bottom:	5px;
	background-color:#444444;
	color:#FFFFFF;
}

/* PELI */

#pelaaja_1{
	float:left;
	width:30px;
	height:100%;
	background-color:#CCCCCC;
}
#pelaaja_2{
	float:right;
	width:30px;
	height:100%;
	background-color:#CCCCCC;
}
#maila_1{
	float:left;
	width:100%;
	height:150px;
	background-color:#000000;
}
#maila_2{
	float:left;
	width:100%;
	height:150px;
	background-color:#000000;
}
#kentta{
	float:left;
	width:740px;
	height:100%;
	background-color:#333333;
	background-image:url(./kentta.png);
}
#kiekko{
	width:30px;
	height:30px;
	margin-left:355px;
	margin-top:235px;
	background-image:url(./kiekko.png);
}
#msg_box{
	color:green;
	width:0px;
	height:0px;
	text-align:center;
	margin-top:200px;
	font-size:70px;
	position:absolute;

}

