html,body{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(kuvat/bg.jpg);
	font-family: Verdana, Helvetica, Arial, Times;
	font-size: 12px;
	color: white;
    height:100%;
    margin:0px;
    padding:0px;
}
a {
	color: #ff9600;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
body {
	background-color: #40200c;
	/*background-repeat: repeat-x;
	background-image: url(images/bg.png);*/
}
#verticalmatcher {
	position:absolute;
	top:50%;
	margin-top:-200px;/* half main elements height*/
	left:0;
	width:100%;
}

#content {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	width: 740px;
	background-repeat: none;	
	background-image: url(kuvat/boxbg.png);
	background-color: #aa4500;
	color: #fff;

}
#linkit {
	font-size: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 740px;
	background-color: none;
	color: #fff;

}
