html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #333;
}


#flashcontent {
	width: 180px;
	height: 370px;
	position: static;
	margin-left: 0px;
	margin-top: 30px;


	z-index: 103; 
}


#footer {
	position: absolute;
	left: 20px;
	bottom:12px; 
	color: #666;
	font-family: arial, Helvetica, sans-serif; font-size: 10px;
	
	z-index: 105;
}
	
#jalbumiframe {
	position: static;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	background-color: #333333;

	z-index: 104;

}




iframe {
	background-color: #333;
	}

