/*
#header{
	height: 103px;
}

#logo{
	top: 48px;
}
#motto, #langs{
	top: 75px;
}*/
body{
	background-position: center -60px;
}

#site{
	top: -50px;
}


#rrs{
	/*top: 110px;*/
	font-size: 0.9em;
}
#site_body{
	background: transparent url(../_img/index-body-bg.jpg) no-repeat top;
	padding-top: 0;
}

#index_map{
	position: relative;
	height: 548px;
}
#index_road{
	position: absolute;
	width: 637px;
	height: 240px;
	background: transparent url(../_img/road.png) no-repeat 0 0;
	top: 65px;
	left: 73px;
}
#index_road.Addventure{
	background-position: 0 0;
}
#index_road.Application{
	background-position: 0 -240px;
}
#index_road.Program{
	background-position: 0 -480px;
}
#index_road.Startup{
	background-position: 0 -720px;
}
#index_road.SmartMoney{
	background-position: 0 -960px;
}
#index_road.InvestorDay{
	background-position: 0 -1200px;
}


#index_menu li{	
	position: absolute;
	display: inline-block;
	font-size: 0.9em;
}
#index_menu li a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
#index_menu li.Addventure{
	top: 180px;
	left: 0px;
	padding: 10px 20px 15px 50px;
}
#index_menu li.Application{
	top: 90px;
	left: 40px;
	padding: 10px 20px 15px 50px;
}
#index_menu li.Program{
	top: 0px;
	left: 140px;
	padding: 30px 20px 15px 30px;
}
#index_menu li.Startup{
	top: 70px;
	left: 280px;
	padding: 10px 20px 15px 50px;
}
#index_menu li.SmartMoney{
	top: 180px;
	left: 330px;
	padding: 10px 20px 15px 50px;
}
#index_menu li.InvestorDay{
	top: 50px;
	left: 480px;
	padding: 10px 60px 15px 20px;
}


#index_compas{
	width: 109px;
	height: 107px;
	position: absolute;
	top: 256px;
	right: -40px;
	background: transparent url(../_img/compas.png) no-repeat;
}

#index_after_map{
	height: 161px;
	width: 780px;
	position: absolute;
	top: 385px;
	left: 0;
	background: transparent url(../_img/footer_3.jpg) no-repeat;
}
#index_after_map .bl{
	position: absolute;
	bottom: 0;
	left: 0;
}
#index_after_map .br{
	position: absolute;
	bottom: 0;
	right: 0;
}

#index_after_map.Addventure{
	background-image: url(../_img/footer_3.jpg);
}
#index_after_map.Application{
	background-image: url(../_img/footer_4.jpg);
}
#index_after_map.Program{
	background-image: url(../_img/footer_5.jpg);
}
#index_after_map.Startup{
	background-image: url(../_img/footer_7.jpg);
}
#index_after_map.SmartMoney{
	background-image: url(../_img/footer_2.jpg);
}
#index_after_map.InvestorDay{
	background-image: url(../_img/footer_6.jpg);
}


#motto{
	position: absolute;
	top: 147px;
	left: 35px;
}

#rrs{
	top: 105px;
	left: 350px;
	font-size: 1.1em;
	width: 200px;
}

#top_menu{
	position: absolute;
	top: 112px;
	left: 700px;
	width: 50px;
	padding: 0;
	margin: 0;
}

#langs{
	position: absolute;
	top: 115px;
	right: 10px;
}

#header{
	height: 143px;
	position: relative;
	border-bottom: 1px solid #ffd04e;
	margin-bottom: 20px;
}