body {
	margin:0px;
	overflow:hidden;
}
#baure {
	background:url('../images/t_b_bgr.jpg');
	width:500px;
	height:700px;
	top:0px;
	left:0px;	
}
#middle {
	width:14px;
	background:url('../images/middle.jpg');
	left:500px;
	height:700px;
	top:0px;	
}
#fabrikas {
	background:#3f2c25;
	width:500px;
	left:514px;
	height:700px;
	top:0px;	
}


.abs {
	position:absolute;
}
.rel {
	position:relative;
}
.center {
	text-align:center;
}
.float {
	float:left;
}
.clear {
	clear:both;
}
.vam {
	vertical-align:middle;
}
