* {
	margin:0;
	padding:0;
	}

/* mac hide \*/
html,body {
	height:100%;
	width:100%;
	color: #000000; 
	font-size: 0.82em; 
	font-family: "Verdana";
	}
/* end hide */

body {
	background-color: #FFFFFF;
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	}

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	}
	
#inner {
	width: 552px;
	background-color: #FFFFFF;
	height: 468px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border: none;
	}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
	border: none;
	}

#maintable {
	border: none;
	}

#maintable td {
	vertical-align: top;
	}

#content {
	float: left;
	width: 200px;
	margin: 80px 30px 40px 30px;
	text-align: center;
	}

#tabs {
	font-size: 1.25em; 
	font-family: "Times";
	margin: 20px;
	}

a:link {
	color: #000000; 
	text-decoration: none;
	}

a:visited {
	color: #000000; 
	text-decoration: none;
	}

a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	}

a:active {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	}

#jaakko {
	float: right;
	}

#copyright {
	text-align: center; 
	font-size: 0.7em; 
	font-family: "Verdana";
	clear: both;
	}