body, html{
	background-color: #033e0b;
    font-family: Arial, Verdana, Geneva, sans-serif; font-size: 16px;
	letter-spacing: 1px;
	line-height: 150%;
	height: 100%;
}

.pagewidth{
	//width:100%;
	//height: 100%;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	z-index:0;
	background-image: url('../layout/logo-tausta.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top; 	
}
.intro-logo{
	//margin-top:70px; 
	height:100%; 
	position:relative; 
	background-image:url('../layout/logo-tausta-musta.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	//background-size: 100% auto;
	background-size: cover;
	background-attachment: fixed;
}
.content_box{
    height:auto;                /*content fill */
	margin-top:0px;
}

.content_table{
	margin-top:70px; 
}
.menu{
	font-size:14px;
	color:#ffffff;
}

.div-menu{
	position:fixed;
	width:100%;
	z-index:998; 
}

h1 {
  font-family: Arial, Verdana, Geneva, sans-serif; font-size: 25px;
  line-height: 1.45em;
  color: #000000;
  font-style: bold;
  //text-align: right;
}

table a:link {color: #57565e; text-decoration: none;}
table a:visited {color: #57565e; text-decoration: none;}
table a:hover {color: #57565e; text-decoration: underline;}
table a:active {color: #57565e; text-decoration: none;}
table a:focus {color: #57565e; text-decoration: none;}