@charset "UTF-8";
body {
	background-color: #000;
	text-align: center;
	background-image: url(i/pole.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	}

#content {

	width: 618px;
	height: 640px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -309px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -320px; 
	/* 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;
}

