body, html {
	height:100%;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

#wrapper {
	background:url(images/intro-bg.jpg) no-repeat center center;
	height: 100%;
}

.box {
	text-align: center;
	margin-top: 5%;
}

.logo {
	width:30%;
}

h1 {
	font-size: 46px;
}

p {
	font-size: 18px;
}

a.taberei {
	display: inline-block;
	background:url(images/dr-taberei.png) no-repeat 0 0;
	width: 304px;
	height: 55px;
	text-indent: -100000px;
}

a.taberei:hover {
	background:url(images/dr-taberei.png) no-repeat 0 -67px;
}

a.alba-iulia {
	display: inline-block;
	background:url(images/alba-iulia.png) no-repeat 0 0;
	width: 304px;
	height: 55px;
	text-indent: -100000px;
}

a.alba-iulia:hover {
	background:url(images/alba-iulia.png) no-repeat 0 -67px;
}

.life-fitness {
	text-align: right;
	padding-right: 100px;
	margin-bottom: 20px;
}