#top {
	background: url('images/back_main.jpg') no-repeat;
	height: 438px;
	margin: 0;
	position: relative;
	border-bottom: 3px solid #fca404;
}

#box_welcome, #box_magnat, #box_premium {
	position: absolute;
	z-index: 1000;
	float: left;
}
#box_welcome {
	bottom: 12px;
	left: 10px;
}
#box_premium {
	bottom: 85px;
	right: 45px;
}
#box_magnat {
	bottom: 10px;
	right: 60px;
}