body{
	font-size:			32px;
}
@media only screen and (orientation:portrait){
	body{
		font-size:			43px;
	}
}



#GlobalHead{
	height:				auto !important;
	margin:				0 auto !important;
	min-height:			0 !important;
}
#GlobalHead:before{
	display:			none;
}
#NavigatorTitle{
	width:				476px;
	height:				100px;
	float:				none;
	padding:			30px 10px 20px !important;
	float:				none;
}
#NavigatorTitle a{
	width:				476px;
	height:				100px;
	background-color:	transparent !important;
	float:				none;
	
	-webkit-background-size:	100% 100%;
	-moz-background-size:		100% 100%;
	background-size:			100% 100%;
}
#GlobalHead nav{
	float:				none;
	margin:				0 0 20px;
	padding:			0 !important;
}
#GlobalHead nav, #Navigation{
	height:				auto !important;
	padding:			0 !important;
}

#Navigation li{
	height:				60px !important;
	padding:			0 !important;
}
#Navigation a{
	height:				60px !important;
	padding:			0 23px !important;
	margin:				0 !important;
	
	-webkit-background-size:	240px 360px;
	-moz-background-size:		240px 360px;
	background-size:			240px 360px;
}
#NavigationLi0 a{
	width:					152px;
	background-position:	50% 0;
}
#NavigationLi1 a{
	width:					148px;
	background-position:	50% -60px;
}
#NavigationLi2 a{
	width:					126px;
	background-position:	50% -120px;
}
#NavigationLi3 a{
	width:					176px;
	background-position:	50% -180px;
}
#NavigationLi4 a{
	width:					122px;
	background-position:	50% -240px;
}
#NavigationLi5 a{
	width:					132px;
	background-position:	50% -300px;
}
#GlobalHead nav:after{
	content:			"";
	display:			block;
	height:				0;
	clear:				both;
}


#Page{	
	-webkit-border-radius:	12px;
	-moz-border-radius:		12px;
	border-radius:			12px;
}