@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	color: #000;

}

body, html {
 
  padding: 0;
  margin: 0;
  background:#FFFFFF url('http://musiikinperusteet.fi/efront/www/themes/mupe/images/css_images/bg-1200x800.jpg')  no-repeat center center fixed;/*#1F3349/* /*url('../images/css_images/gradient_large.gif') repeat-x top*/;  /* moved here to avoid scrolling issue in editor*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#logo {
	background:#79b9d5;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.main {
	
	background:#fff;
	width:500px;
	min-height:500px;
	margin:0px auto 0px;
	margin-top:50px;
}
.kuva {
	background-image: url(logokuva.png);
	height: 374px;
	width: 767px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.teksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	text-transform:uppercase;
	
}
.pieniteksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	max-width:300px;
	margin-top:50px;
}
.kuva_ja_teksti {

	margin-top:20px;
}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: left;
	position:absolute;
	bottom: 0;
	left: 0;
}
a {
	color:#39485f;
}
.footer a {
	color: #0070bd;
	text-decoration: none;
}

.centerwrap {
	margin: auto;
	float: none;
	width: 600px;
}
.footerdivider {
	background-image: url(divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 1px;
	margin-bottom: 20px;
}


.footertext1 {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
.button {
	background-color:#daaf00;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	width:auto;
	color:#fff;
	height:50px;
	line-height:50px;
	
}
a.button {
	color:#fff;
	text-decoration:none;
}
a.button:hover {
	
	text-decoration:none;
	background-color:#f5cd2c;
}
