html,body {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.container-fluid {
	height: 100%;
	/*border: 1px solid #fff;*/
	background: url('../images/ellina.jpg') center center no-repeat;
}

.main-block {
	position: relative;
	width: 100%;
	height: 48px;
	text-align: center;
	top: 50%;
	margin-top: -24px;
}

.name {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	font-weight: 100;
	top: 50%;
}