/*  
Page Name: Juoksurata
Author: Visa Kananoja
Author URI: http://ruutikana.com/
*/

html,body {
	margin:0;
	padding:0;
	background: url('juoksurata.jpg') center center no-repeat fixed;
	background-size:100% 100%;
}

body {
	text-align:left;
}

p {
	font: small arial,sans-serif;
	margin:0 17% 20px;
	text-align:left;
	color: #222;
	font-weight: bold;
}

a {
	color: #13300C;
}

a:hover {
	color: #CEFFD9;
}
h1 {
	font: medium arial,sans-serif;
	margin:0 17% 10px;
	text-align:left;
	color: #4F1A17;
	font-weight: bold;
}

#info{
	height:100%;
	width:660px;
	float:center;
	margin-top: 50px;
	text-align:center;
	background-color:rgba(255,255,255,0.7);
}

#references{
	display:none;
	height:100%;
	width:660px;
	float:center;
	margin-top: 50px;
	text-align:center;
	background-color:rgba(255,255,255,0.7);
}

.link,.linkb{
	font: arial,sans-serif;
	background:none;
	border:none;
	color: #222;
	font-weight: bold;
}

.link:hover {
	text-decoration: underline;
	cursor:zoom-in;
}

.linkb:hover {
	text-decoration: underline;
	cursor:zoom-out;
}

img{
	border-style: none;
	width:46%;
}

#img{
	float:left;
	margin:0 0px 10px 3%;
}