body {
     margin: 0;
     padding: 0;
     width: 100%;
     height: 100%;
}

#bgimg {
	position: relative;
	width: 100%;
	min-height: 950px;
	background-image: url("../images/bg.png");
}

#up{
	opacity: 0.5;
	height: 475px;
}

#leftmid{
	float: left;
	opacity: 0.5;
	height: 50px;
	width: 956px;	
}

#icon {
	float: left;
	width: 50px;
	height: 50px;
	background-image: url("../images/3d_ikon.png");
}

#icon:hover {
	background-image: url("../images/3d_ikon_hover.png");
}

#rightmid{
	display: none;
	z-index: 1;
	position: fixed;
	left: 1010px;
	right: 0;
	bottom: 305px;
	height: 100px;
	width: 200px;
	height: 232px;
	background-image: url("../images/boble.png");
}