html,body {
    	height: 100%
	
}

#dewbody {

	font-family:"Myriad","Myriad Pro",Georgia,Helvetica,Sans-serif;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	#padding:0 0 5em 0;
	margin:0;
	background-color:#fff;
	overflow:hidden;
	
	
}
#dewbody #footer {
	
	
	float:center;	
	width:50%;
	
	margin:auto;
	overflow:hidden;
	
}
#dewbody #content {
	background:#ffffff;
	background-image: url(images/cover.gif);
	background-repeat: no-repeat;
	background-size:80%;
	background-position: bottom left;
	#border:3px solid #ddd;
	float:left;	
	width:50%;
	
	margin:auto;
	overflow:hidden;
	height:85%;
	
}
#dewbody #bio {
	
	
	
	float:left;	
	width:25%;
	
	margin:auto;
	overflow:auto;
	height:85%;
	position: relative;

}

#dewbody #image {
	
	background-image: url(images/keikkakuva.jpg);
	background-repeat: no-repeat;
	background-size:90%;
	background-position: top center;
	
	
	
	float:left;	
	width:25%;
	
	margin:auto;
	overflow:auto;
	height:85%;
	position: relative;

}


#dewbody #players {	
	
	width: 50%;
	height: 85%;	
	overflow:hidden;
	float:left;
	
		
}

#dewbody #lyrics {
	
	width: 50%;
	height:85%;
	#background:#fff;
	overflow:auto;
	float:left;
	

}

#dewbody #players object {
	#margin:20px 0 20px 50px;
	position:center;
}
#dewbody #cover {
	width:50%
}
#dewbody h1 {
	color:#456;
	margin-top:2em;
	padding:0 0 20px 10px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}

#dewbody h2 {
	font-weight:normal;
	background:#dbc8bf;
	#padding:2em 5px 5px 5px;
	color:#444;
	font-size:130%;
	text-align:left;
	margin:0;
}

#dewbody p {
	margin:10px;
	padding-bottom:10px;
}

#dewbody .hint {
	color:#666;
	float:right;
	width:300px;
	text-align:left;
	margin-right:10px;
	background:#f6f6e0;
	padding:10px;
	clear:both;
}

#dewbody a {
	text-decoration:none;
	color:#369;
}
