			#Head{
				width: 100%;
				//background: #e9e9e9;
				padding: 0px;margin:0px;
				//background-image: url('bg__.jpg'); 
			}
			#wrapper{
				//float: left;
				width: 980px;
				margin: 0 auto;
			}
			#banner{
				width: 980px;
				height: 110px;
				background-image: url('banner.gif');
				//background: #999;
			}
			#boxLinkSocailNetwork{
				text-align: right;
				color: #999;
				position: relative;
				z-index: 10;
				top: 20px;
				width: 100%;
				height: 25px;
				//background: red;
				color: #2994ff;
			}
			#boxLinkSocailNetwork a{
				font: 12px vlkwebfont;
				color: #2994ff;
			}
			#boxLinkSocailNetwork a:hover{
				text-decoration: underline;
			}
			#boxDevelopName{
				margin-top: 15px;
				display: inline-block;
			}
			#boxDevelopName a{
				color: #2994ff;
				text-decoration: none;
				font-style: italic;
			}
			#boxDevelopName a:hover{
				color: #2994ff;
				text-decoration: underline;
			}
			#boxMyName{
				text-align: right;
				color: #7c7c7c;
				background: red;
				position: absolute;
				z-index: 1000;
				width: 100%;
				float: left;
				
				//height: 25px;
				font: 11px vlkwebfont;
				letter-spacing: 1px;
			}
			#boxMyName a{
				color: #7c7c7c;
				font: 11px vlkwebfont;
			}
			#boxMyName a:hover{
				text-decoration: underline;
			}
			.boxIcon img{
				border-radius: 15px;
				-webkit-transition: all 0,01s ease;
				 -moz-transition: all 0,01s ease;
				   -o-transition: all 0,01s ease;
				  -ms-transition: all 0,01s ease;
					  transition: all 0,01s ease;
			}
			.boxIcon img:hover{
				//-webkit-animation: icon 1s;
				//animation: icon 1s;
				-webkit-transform: rotate(-360deg);
				 -moz-transform: rotate(-360deg);
				   -o-transform: rotate(-360deg);
				  -ms-transform: rotate(-360deg);
					  transform: rotate(-360deg);
			}
			/*@-webkit-keyframes icon{
				0%{width:120%;height:120%;}
				100%{width:100%;height:100%;}
			}
			@keyframes icon{
				0%{width:120%;height:120%;}
				100%{width:100%;height:100%;}
			}*/
			.boxIcon{
				width: 25px;
				height: 25px;
				//background: blue;
				margin-left: 8px;
				float: left;
			}
			#txtSearch{
				width: 270px;
				float: right;
				margin-top: 35px;
			}
			#txtSearchKeyword{
				font: 13px vlkwebfont; 
				width: 100%;
				background: none;
				padding: 5px;
				padding-left: 10px;
				color: #555;
				//opacity: 0.5;
				border: 1px solid #ccc;
				//border-top-left-radius: 10px;
				//border-bottom-left-radius: 10px;
			}
			.search-ac {
				position: absolute;
				width: 270px;
			  display: none;
			  z-index: 10;
			  border: 1px solid;
			  border-color: #111;
			  border-radius: 3px;
			  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 
			  background: linear-gradient(rgb(20, 20, 20), rgb(35, 35, 35));
			}
			.search-ac li {
			  display: block;
			  border-bottom: 1px solid #333;
			}
			.search-ac li:last-child {
			  display: block;
			  border-bottom: 0px solid #333;
			}
			.search-ac li:first-child {
			  margin-top: -1px;
			}
			.search-ac li:first-child:before, .search-ac li:first-child:after {
			  content: '';
			  display: block;
			  width: 0;
			  height: 0;
			  position: absolute;
			  left: 50%;
			  margin-left: -5px;
			}
			.search-ac li:first-child:before {
			  border-bottom: 5px solid #c4c7d7;
			  top: -11px;
			}
			.search-ac li:first-child:after {
			  border-bottom: 5px solid #fdfdfd;
			  top: -10px;
			}
			.search-ac li:first-child:hover:before, .search-ac li:first-child:hover:after {
			  display: none;
			}
			.search-ac li:last-child {
			  margin-bottom: -1px;
			}
			.search-ac a {
			  display: block;
			  position: relative;
			  margin: 0 -1px;
			  padding: 6px 40px 6px 10px;
			  color: #808394;
			  font-weight: 500;
			  text-decoration: none;
			  font-family: 'Open Sans', sans-serif;
			  font-size: 13px;
			  text-shadow: 0 1px #111;
			  border: 1px solid transparent;
			  border-radius: 3px;
			}
			.search-ac a span {
			  font-weight: 200;
			}
			.search-ac a:before {
			  content: '';
			  position: absolute;
			  top: 50%;
			  right: 10px;
			  margin-top: -9px;
			  width: 18px;
			  height: 18px;
			  //background: url("../img/arrow.png") 0 0 no-repeat;
			}
			.search-ac a:hover {
			  color: white;
			  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
			  //background: linear-gradient(rgb(229, 23, 23), rgb(202, 9, 9));
			  background: #2994ff;
			  border-color: #0c3d6e;
			  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
			  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
			}

			:-moz-placeholder {
			  color: #777;
			  font-weight: 200;
			}

			::-webkit-input-placeholder {
			  color: #777;
			  font-weight: 200;
			  line-height: 14px;
			}

			::-webkit-search-decoration,
			::-webkit-search-cancel-button {
			  -webkit-appearance: none;
			}

			.lt-ie9 .search input {
			  line-height: 26px;
			}
			
			#boxVisitor{
				width: 100%;
				//height: 20px;
				position: fixed;
				//right: -100%;
				top: 450px;
				//background: #000;
				z-index: -1;
			}
			#visitor{
				width: 105px;
				padding-left: 3px;
				padding-right: 1px;
				padding-top: 5px;
				padding-bottom: 5px;
				color: #fff;
				float: right;
				background: #2994ff;
				//box-shadow: 0px 0px 8px 0px #2994ff;
				//border-bottom-right-radius: 15px;
			}
			.boxVisitor1{
				width: 100%;
				float: left;
			}
			.number_visitor{
				min-width: 32px;
				height: 20px;
				float: left;
				//background: red;
				text-align: right;
				padding-right: 5px;
				font: 11px vlkwebfont;
			}
			.title_visitor{
				width: 58px;
				font: 11px vlkwebfont;
				height: 20px;
				float: left;//background: red;
				text-align: left;
			}
			