	*{margin:0;padding:0;}
	html {
		background: url(/images/bg/hd/lowerrowe.jpg) no-repeat center center fixed; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
	}
	#maincontent {
		
	}
	#pagewrap {position:absolute;top:0;bottom:0;left:0;right:0;}
	#contentwrap {
		position:absolute;top:30%;right:-5px;bottom:30%;left:-5px;
		background: rgba(0, 0, 0, 0.5);
		border:3px solid #fff; 
		overflow: hidden;
	}
	#content {
		position:absolute;top:15%;right:0;bottom:15%;left:0;	
	}
	#content object {max-height: 100%;max-width: 100%;}
	.img {
		float:left;
		width:20%;
		cursor:pointer;
		height:100%;
	}

@media screen and (max-width: 640px) and (max-height:480px) {

	#contentwrap {
		position:absolute;top:10%;right:-5px;bottom:10%;left:-5px;
	}

}