html{
overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	background-image : url(../img/tausta.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	text-align: center;
}

img {
	border: none; 
}
	
td img {display: block;}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #666666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #ffffff;
}
h1{
	font-family: Times New Roman;
	font-size : 24px;
	font-weight : normal;
	font-style: italic;
	display: inline; 
	color: #000066;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration: none;
	color: #666666;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration: underline;
	color: #666666;
}
a.footerlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
}
a.footerlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration: underline;
	color: #ffffff;
}
a.navi{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.navi:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}
a.navi:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}
a.navi_active{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}
a.navi_active:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}
a.navi_active:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: underline;
	color: #FFFFFF;
}
/* Page Formatting */
#wrapper {
	width: 961px;
	position: absolute;
      left: 50%;
      top: 12px;
      margin-left: -488px; /* half of width */
}
#topbar {
	margin-right : auto;
	margin-left : auto;
	height: 142px;
	width: 961px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
} 
#navi {
	margin-right : auto;
	margin-left : auto;
	height: 37px;
	width: 961px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	background-image : url(../img/navibg.gif);
}
#content {
	margin-right : auto;
	margin-left : auto;
	width: 961px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
} 
#footer {
	margin-right : auto;
	margin-left : auto;
	width: 975px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 100px;
} 




