@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	background-image: url(file:///C|/Users/Ken%20Lie/Documents/images/taustaviivoitus.png);
	color: #333;
	font-size: 12px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
table {
	border: thin solid #CCC;
	border-collapse: collapse;
	background-color: #FFF;
	font-size: 12px;
}
table tr td {
	border: thin solid #CCC;
	padding: 3px;
}