body {
	margin: 0; 
	padding:0;
	text-align: center; /* FOR IE5 */
	font: 11px Verdana;
	color: #0553A0;
	background-color: #DCDFF2;
}

body a img {
	border: 0;
}

body a {
	color: #0553A0;
	text-decoration: none;
}

body a {
	color: #0553A0;
	text-decoration: underline;
}

#Container {
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 640px;
	height: 480px;
	margin-left: -320px;
	margin-top: -240px;
	background: url(../img/aloitussivubg.gif) center top no-repeat;
}

#CenterBox {
	display: block;
	margin: 160px 0 0 0;
	padding: 0;
	position: relative;
	height: 300px;
	width: 640px;
}

#Langmenu {
	display: block;
	position: relative;
	margin: 20px 0 0 0;
	height: 30px;
	width: 230px;
	text-align: center;
}

html>body #Langmenu {margin: 20px 0 0 200px;}

#Menu{	
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#Menu li {
	display: block;
	float: left;
	position: relative;
}

#Menu li a {
	font-size: 10px;
	color: #0553A0;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#Menu li a:hover {text-decoration: underline;}

#Menu li a.Selected {text-decoration: underline;}