body {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 14px;

	background-color: white;
}

h1 {

	font-family: 'Comic Sans MS', cursive;

	font-size: 26px;

	color: #FFEA5B;
}	

#main {

	margin: auto;

	background-color: #B8B8B8;

	background-image: url("pokeritausta.jpg");

	border: 3px ridge #888888;

	-moz-border-radius: 15px;

	border-radius: 15px;

	height: 550px;

	width: 900px;
}

#ylaosa {

	margin: auto;

	margin-top: 10px;

	text-align: center;

	height: 100px;

	width: 700px;
}

#kortit {

	margin: auto;

	margin-top: 20px;

	height: 165px;

	width: 700px;
}

.paikat {

	margin-left: 15px;

	border: 3px ridge #A34747;

	background-color: white;

	height: 159px;

	width: 111px;
}

#alaosa {

	margin: auto;

	margin-top: 20px;

	text-align: center;

	height: 50px;

	width: 700px;
}

table.rahataulu {
	
	margin: auto;

	font-size: 10px;

	text-align: left;

	border: 2px ridge yellow;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background-color: #CCCCCC;

	width: 150px;
}

#alinteksti {

	margin: auto;

	line-height: 160%;

	font-size: 12px;
	
	color: black;
		
	text-align: center;
}