
body,html {
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	background: #1B1B1B;
}

#block {
	display:block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 770px;
	background: #1B1B1B;
	z-index: 1;
}

#object {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 27;
}

#min {
	min-width: 770px;
	min-height: 500px;
}

