@import url("style.css");

html,body {
    min-height: 750px;
}

.bodyBack .info {
	/*position:absolute;
	top:50%;
	left:20%;*/
	text-shadow:black 1px 1px 3px;
	font:400 17px/18px 'HeliosCondLight', Arial;
	*top:30%;
}
.bodyBack .info h2 {
	font:400 48px/42px 'HeliosCondLight', Arial;
	margin:0;
	padding:0 0 16px;
	text-shadow:black 1px 1px 4px;
}
.bodyBack .info>div>* {
	margin-left:15%;
	width:50%;
	*margin-left:14%;
	
}
.topSpace {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:190px;
	z-index:10;
}
.arrows .info {
	*top:30%;
}
.arrows a {
	position:absolute;
	left:0;
	top:80px;
	z-index:10;
	width:38px;
	height:41px;
	text-decoration:none;
	background:url(/images/arrows.png) 0 0 no-repeat;
}
.arrows a.right {
	left:auto;
	right:0;
	background-position:bottom left;
}
.topSpace .space {
	height:15%;
	*display:none;
}
.loading {
	position:absolute;
	z-index:100;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(/images/loading.gif) center center no-repeat;
}
.loading.loaded {
	display:none;
}
.head .menu{
	padding-top:25px;
}
.head .menu a:hover{
	text-decoration:none;
	background:#000;
	padding:3px;
	margin:-3px;
}
.footer .footText{
	color:#FFF;
}
.footer .footText a{
	color:#FFF;
}
.footer .bottomMenu a {
	color:#FFF;
	text-decoration:none;
}
.footer .bottomMenu a:hover{
	text-decoration:none;
	padding:3px;
	margin:-3px;
	background:#000;
}
