.bg-home
{
	background: url(../files/bg-home.jpg) center center / cover no-repeat fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
.bg-services
{
	background: url(../files/desk.jpg) center / cover no-repeat fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 259px;
}
.bg-about
{
	background: url(../files/bg-parallax.jpg) center / cover no-repeat fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 259px;
}
.bg-contact
{
	background: url(../files/bg-home.jpg) center center / cover no-repeat fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 259px;
}
#imContent
{
	margin-top: 200px;
}
#imMnMn
{
	text-transform: uppercase;
}
#imBtMn
{
	width: 597px;
	top: 45px;
	z-index: 15000;
	right: -336px;
	text-transform: uppercase;
}
