@charset "utf-8";
/* CSS Document */

/*=========================index=========================*/
#index {
	background: #d1f1fc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxZjFmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YWM2ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d1f1fc 0%, #4ac6e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1f1fc), color-stop(100%,#4ac6e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1f1fc 0%,#4ac6e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1f1fc 0%,#4ac6e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1f1fc 0%,#4ac6e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1f1fc 0%,#4ac6e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1f1fc', endColorstr='#4ac6e0',GradientType=0 ); /* IE6-8 */
	height:100%;
	padding-bottom:85px;
}
#index .top {
	width:980px;
	height:120px;
	margin:0px auto;
	background:url(../images/index-name.png) no-repeat bottom center;
}
#index .logo {
	margin:10px auto;
	height: 328px;
	width: 400px;
	background:url(../images/index-logo.png) no-repeat center center;
}
#index .welcome_ben {
	margin: 10px auto;
	height: auto;
	width: 600px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #1B414B;
	margin-bottom: 20px;
	font-size: 28px;
}
#index .welcome_eng {
	margin:10px auto;
	height:auto;
	width: 600px;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	color: #1B414B;
	margin-bottom:20px;
}




/*=========================home=========================*/