@charset "UTF-8";
	
	body {

	background: #000 url(i/intro-2011.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	margin-top: -3px;

	}
#content {

	width: 204px;
	height: 196px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -102px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -98px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	
	

}

.kuvalinkki {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


