html, body { margin:0; padding:0; height:100%; width:100% }
body {
	background-image:url(../images/background-texture3.jpg);
}

body>* {
	min-width: 990px;
	min-height:765px;
}

object {
   width: expression( document.body.clientWidth < 990 ? "990px" : "100%" ); /* set min-width for IE */
   height: expression( document.body.clientHeight < 765 ? "765px" : "100%" ); /* set min-height for IE */
}



#youtubevid {
	position:relative;
	display:block;
	top:22px;
	
	margin-bottom:25px;
}

#title{
	display:none;
}

#closeBtn {
	width:17px;
	height:15px;
	background-image:url(../images/closelabel.gif);
	background-position:right;
	overflow:hidden;
	position:absolute;
	top:2px;
	right:2px;
	cursor:pointer;
	z-index:999;
}

#songtext {
	border:none;
	position:relative;
	display:block;
	top:0px;
	height:700px;
	
}

#photo_landscape, #photo_landscape img {
	width:764px;
	height:auto;
}
#photo_portret, #photo_portret img {
	height:700px;
	width:auto;
}

#songtext img {
	height:700px;
	width:auto;
}
