html,
body {
margin:0;
padding:0;
height:100%;
}

h1 {
	font: bold 24px Helvetica, Helvetica Neue, Arial;
}

h2 {
	font: bold 20px Helvetica, Helvetica Neue, Arial;
}

h3 {
	display: block;
	font: 16px Helvetica, Helvetica Neue, Arial;
	text-align: center;
}

body {

background: url('kuvat/Suolampi_iso_.jpg') no-repeat 50% 50% fixed; 
background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
}
#wrapper {
min-height:900px;
position:relative;
width:700px;
margin:0 auto;
margin-bottom:-360px; /* Negitive Height of Footer */
}
#header {
height: 50px;
position:relative;
}
#content-wrap {
/* padding-bottom:140px; /* Height of Footer and some change */
}
#content {
padding: 20px 40px 40px 40px;
background-color: white;
opacity: 0.7;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
}
#content p {
	font: 14px Helvetica, Helvetica Neue, Arial;
	line-height: 20px;
}
#footer {
position: relative;
width:100%;
height:360px; /* Height of Footer */
background:white;
}
#footer-wrap {
	width: 450px;
	margin: 0 auto;
	padding: 0px 20px;
}
#footer-kuvat-wrap {
	width: 825px;
	margin: 0 auto;
	padding: 0px 20px;
}

#kuvajateksti{
	width: 165px;
	float: left;
}


#kuvajateksti img{
	margin: 0px 17px;
}

#yht {
	width: 200px;
	float: left;
	margin-right: 100px;
}
#yht p {
	font: 12px Helvetica, Helvetica Neue, Arial;
}
#copy {
	display: block;
	font: 10px Helvetica, Helvetica Neue, Arial;
	color: gray;
	text-align: center;
}
#musta {
	color: white;
	height: 140px;
	background-color: black;
}